List agents
Returns agents scoped to the authenticated user (all agents for admin).
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.
Response
Agent list
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