Creates a new agent definition with a scoped API key. The agent can then be used to create and execute runs.
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
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)