Authentication
Truee uses AI company API keys for public developer access.
Send your key in the x-api-key header:
x-api-key: YOUR_TRUEE_API_KEY
Example
curl https://api.usetruee.com/api/v1/registry/query?keywords=logistics&country=NG \
-H "x-api-key: $TRUEE_API_KEY"
Public endpoints
Some metadata endpoints are public and do not require an API key:
| Endpoint | Purpose |
|---|---|
GET /registry/stats | Registry totals. |
GET /registry/categories | Category reference. |
GET /api/v1/doc | OpenAPI spec. |
GET /mcp/docs | MCP documentation. |
Private endpoints
Search, profile fetch, delta sync, and MCP tool calls require an active API key.
Keep API keys on your backend. Do not expose private keys directly inside browser code.