Agent registration
Operators complete KYB and register each agent against their operator record. The handler requires name, model_provider, deployment_type, agent_type, and operator_id (the UUID returned by GET /api/v1/operators/me). Capability caps and MCC rules are attached separately via the attestation routes.
POST /api/v1/agents
Authorization: Bearer KYA_KEY
{
"name": "shopping-agent-v2",
"model_provider": "openai",
"deployment_type": "cloud",
"agent_type": "assistant",
"operator_id": "5f3c8a2b-1234-4abc-9def-abc123def456"
}