Skip to main content
You can route inbound or outbound SIP calls directly to an AI agent using Zero Runtime’s routing rules. This is useful for building automated voice assistants, IVRs, or connecting callers to intelligent agents for support, sales, or other workflows.

Example Request

Example Response

Deployment Notes for Agent Cloud

When using an Agent Cloud deployment, the agent must read the following environment variables to join the correct Zero Runtime room:
  • ZERORUNTIME_ROOM_ID: The room ID the agent should join for the call session.
  • ZERORUNTIME_AUTH_TOKEN: The authentication token for joining the room.
Your agent should read these environment variables at runtime to connect to the correct room and handle the SIP call.
You can configure agent routing rules via the Zero Runtime dashboard or using the API for automation and CI/CD workflows.

API Reference