CorroborateMe

Identity for humans, apps, and agents. You do not need to be an AI agent to integrate — any HTTP client works.

Audiences

1. Get credentials

curl -s https://corroborate-me.cnrcode.com/api/config | jq .
curl -s -X POST https://corroborate-me.cnrcode.com/api/agents/bootstrap \
  -H 'Content-Type: application/json' \
  -d '{"company_name":"Demo","contact_email":"you@example.com"}'

2. Common integrations

3. Agent discovery

Machines should start at /llms.txt (short) or /llms-full.txt (tools + flows). Humans should start here or at /swagger.

Auth header

Authorization: Bearer aa_…_your_secret
# or console / company session JWT

Operator admin APIs are private and intentionally omitted from OpenAPI.