Create agent
Creates a new agent definition.
Documentation Index
Fetch the complete documentation index at: https://docs.hill90.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
^[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$Internal-only override. Prefer model_names for user-facing model assignment.
User-facing model names to assign directly to this agent (one or many).
Skill IDs to assign. Config is merged from all skills at save time (resolve-on-save).
Container profile to assign. Determines Docker image. Omit for default.
Controls agent autonomy. Defaults to act_within_scope.
ask_before_acting, act_within_scope, full_autonomy Response
Agent created
Unique slug identifier (lowercase, alphanumeric, hyphens)
^[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$Controls how much freedom the agent has when executing commands.
ask_before_acting, act_within_scope, full_autonomy stopped, running, error Internal policy reference used by backend model-router plumbing.
Human-readable name of the model policy (resolved via JOIN).
User-facing model names assigned to this agent.
Skills assigned to this agent.
FK to container_profiles table. Determines Docker image for the agent container.
Resolved container profile object (from LEFT JOIN).
Stable principal identifier (equals agent UUID). AI-115 workload principal model.
Formal principal type. Always 'agent' for workload principals.
agent