Console provides a visual interface for creating and configuring agents. It lets you iterate on configuration interactively before writing code.
All Managed Agents API requests require the managed-agents-2026-04-01 beta header. The SDK sets the beta header automatically.
The visual interface walks you through each field of an agent definition:
As you configure, Console shows the equivalent API request so you can copy it into your code once you're satisfied.
Console includes an inline session runner. After configuring your agent, you can start a test session directly, send messages, and watch the event stream without leaving the page. This is the fastest way to check that your system prompt and tool selection produce the behavior you expect.
Once your agent works as expected:
ant beta:sessions create \
--agent agent_01J8XkN5uT3vHpLqRfWdY2 \
--environment-id env_01K2mPsT7hNwR4jXuLvCqD8 \
--title "My first session"Was this page helpful?