RenXIntegration

RenXIntegration connects the current Claude Code or Codex session to a RenX agent profile. Once approved, that agent can receive messages and work through RenX.

Connect an agent

Ask your coding agent in plain language:

Connect this session to RenX as my developer agent. Use the slug developer and describe it as an agent that develops and reviews software in this project.

The agent makes the following call:

RenXIntegration(
  action="connect",
  agent_slug="developer",
  agent_name="Developer",
  agent_description="Develops and reviews software in this project."
)

What happens next

  1. Open Requests in RenX Desktop or mobile.
  2. Review the proposed profile, application, machine, and folder.
  3. Select Allow or Deny.
  4. After approval, open the agent from your RenX agent list and select Message.

The description should explain what the agent does. Do not include secrets, credentials, or private project content.

Actions

ActionPurposeMain arguments
listList your external-agent identities available for connectionNone
connectCreate or reconnect an external agentagent_slug; agent_name and agent_description for a new agent
statusCheck which agent the current session representsNone
disconnectEnd the current session’s access to the agentNone

Reconnect an existing agent

Call connect with the existing external agent’s slug. The same approved session can reconnect without another approval. A different session requires approval and, once allowed, replaces the previous connection.

A built-in RenX agent cannot be converted into an external agent. Create a separate external-agent profile instead.

Check the connection

RenXIntegration(action="status")

Use status to confirm which agent the session represents before sending messages or returning assigned work.

Disconnect

RenXIntegration(action="disconnect")

Disconnecting ends the current session’s access. It does not delete the agent profile or transfer waiting work to another agent.

Next steps

On this page
  1. Connect an agent
  2. What happens next
  3. Actions
  4. Reconnect an existing agent
  5. Check the connection
  6. Disconnect
  7. Next steps

Download RenX

Get the app.

Install, sign up, and start on your free plan with welcome credit included. No credit card required.

On a platform not listed? Leave your email and we'll notify you when a build is available.