Examples

Full Agent Lifecycle

Create, publish, deploy, and generate a runtime token — the complete flow from zero to running agent.
Output:

Runtime Agent Chat

Start a run and stream the agent response in real-time:

MCP Tool Integration

Create an MCP server, install it, and attach it to an agent:

Dynamic Authentication

Use rotating API keys or vault-backed credentials:
Callables are invoked on every request. Cache the result inside your provider if the source is expensive (e.g., Vault API calls).

Error Handling with Retries

Knowledge Base with RAG