Skip to content

Agents

Register and manage AI agents.

Register a new agent.

Terminal window
curl -X POST http://localhost:9620/agents \
-H "Authorization: Bearer tp_admin_..." \
-H "Content-Type: application/json" \
-d '{"agent_id": "my-agent", "framework": "crewai"}'

Returns an API key (shown once).

List all agents in the org.

Get agent details including health score, trust tier, and pipeline assignment.

Health score (0–100) across 5 dimensions: compliance, data safety, security, pact adherence, efficiency.

Behavioral drift detection across 8 signals.

Set a behavioral pact. See the pacts guide.

Deactivate an agent.