Create agent
Creates a new agent definition with a scoped API key. The agent can then be used to create and execute runs.
Authorizations
API key starting with sk_case_
Body
Display name for the agent
System instructions that define agent behavior
Optional description of the agent
LLM model identifier (e.g. anthropic/claude-sonnet-4.6). Defaults to anthropic/claude-sonnet-4.6
Restrict agent to specific vault IDs
Restrict agent to vaults within specific vault group IDs
Allowlist of tools the agent can use. Mutually exclusive with disabledTools — set one or the other, not both.
Denylist of tools the agent cannot use. Mutually exclusive with enabledTools — set one or the other, not both.
Custom sandbox configuration (cpu, memoryMiB)

