Developers
What’s here
REST APIThe HTTP interface to your competitive intelligence — how to authenticate, the response envelopes, and rate limits. Read this first.API ReferenceEvery endpoint, its parameters, and its response shape — generated from the OpenAPI spec. What you look things up in.SDKThe typed client over every endpoint — write cl.pricing.dashboard(id) instead of raw fetch calls.
The REST API section and the API Reference are two halves of one API — the guide you read once, and the reference you return to. The SDK is a typed client over the same endpoints, and all three read the same backend.
Building for AI agents?
If you want an AI assistant to use CompetLab — connect Claude, Cursor, or VS Code to your data, or run prebuilt agent workflows — that’s the AI Agents world (the MCP server and Agent Skills), not here. Same data; different caller.
Next steps
- REST API → — authenticate and make your first request.
- API Reference → — the complete endpoint reference.
- SDK → — the typed TypeScript client.
Don’t have an account yet? Create one free , then generate an API key under Settings → API Keys to start making live calls.
Last updated on