Optionalbase_The base agent to extend.
Optionalbase_The environment configuration for the agent.
OptionaldescriptionAgent description for developers to quickly read and understand.
OptionalidThe unique identifier for the agent.
Optionalsystem_System instruction for the agent.
OptionaltoolsThe tools available to the agent.
An agent definition for the CreateAgent API. This message is the target for annotation-parser-based JSON parsing. New format: { "id": "customer-sentinel", "base_agent": "", "system_instruction": "...", "base_environment": { "type": "remote", "sources": [...] }, "tools": [ {"type": "code_execution"} ] }