Skip to main content

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:

EndpointPurpose
GET /registry/statsRegistry totals.
GET /registry/categoriesCategory reference.
GET /api/v1/docOpenAPI spec.
GET /mcp/docsMCP 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.