Create an Agent
Creating an agent takes ten steps covering both halves of an agent: the configuration that shapes its behavior, and the deployment that runs it as a service.
Create your context first. Policies, routines, glossaries, and prompts are built on their own pages and attached here by reference, so anything that does not exist yet will not appear in the pickers. The system prompt is the exception, since you can write it inline.
Connections
Wires the agent to its model and to everything outside it: the primary and fallback models, a separate model for the engine's internal retry loop, a grounding source for retrieval, a session store, and its MCP servers. With no session store attached, state lives in memory and is lost when the agent restarts.
Agents can also be created and managed from the command line. See the CLI documentation for iai agents.
Last updated
Was this helpful?

