PublishedDocs / Runtime
Transports
Expose the agent over web chat, AG-UI, Telegram, and other inbound surfaces.
Web transport
A transport is the inbound surface that identifies the peer and creates the turn. Trust starts here: whoever the transport says is calling determines what the turn may do.
- Serves /agent/run, the AG-UI SSE runtime surface.
- Serves
/consoleand/console/chatfor creator-facing chat. - Serves /health and the default home page.
- Owns visitor token and external auth assertion verification when configured.
Telegram
telegramTransport provides bidirectional chat from Telegram. Add it when the agent should participate in Telegram conversations with runtime identity mapping and transport-specific configuration.
auggy augment add telegramTransportRelated
ConsoleTest the running agent and inspect its capabilities, caller contexts, tool calls, and live runtime configuration.Delegated authorizationAdvanced preview: bridge an existing app login into Auggy with short-lived assertions and route/tool requires rules.Deploy and verifyDeploy the agent to Railway and verify its health, route, console, and application client.
