API Reference
REST API documentation for the KorClaw platform.
Base URL
text
https://app.korclaw.com/api/v1Authentication
Include your API key as a Bearer token in the Authorization header.
bash
curl https://app.korclaw.com/api/v1/agents \
-H "Authorization: Bearer kc_live_xxxxxxxxx"Endpoints
GET
/agentsReturns all AI agents.POST
/agentsRegister a new AI agent.GET
/policiesList policies.POST
/policiesCreate policy.POST
/approval/requestCreate approval request.POST
/auditCreate immutable audit event.GET
/compliance/statusLatest compliance status.GET
/eventsCursor-paginated audit events.API Playground
GET/agents
bash
curl https://app.korclaw.com/api/v1/agents \
-H "Authorization: Bearer kc_live_xxxxxxxxx"