What is not available
- Model inference as a service. Nothing takes a prompt over the network and returns a completion.
- API keys and personal access tokens. Nothing in the product issues one, so there is nothing to generate in Settings and nothing to paste into a client.
- SDKs and client libraries. None exist, in any language.
- A third-party app model. There is no way to register an application against a Cortex account and act on a user’s behalf.
- Teams, organisations and role-based access control. Not available yet, so there is no programmatic surface to administer them.
- An exportable audit log on the product API. The entitlement exists for the Pro plan, but the log itself is not available yet.
- Usage-based API billing. There is no metered API to bill for. Your plan covers use of the products, and is described in Limits and quotas.
What to use instead
Every row here is a product surface with its own sign-in, not an API key.
The CLI is the closest thing to an automation surface Cortex has. It runs non-interactively, it exits with a status your script can read, and it signs in as you rather than carrying a key you would have to store somewhere. If you were reaching for an API in order to put Cortex in a pipeline, start at Headless and one-shot runs.
What this site does document
Two public contracts are documented here, and neither is an inference API.The error contract
Every failure in every Cortex surface is a problem document with a stable
code, a human title and a request_id. A client can branch on the code instead of parsing prose. The full list is the problem catalog.The Bounty transparency log
The Cortex Bounty programme publishes a small set of read-only endpoints that need no credential and mint none for the caller. They report adjudicated reports and standings, and nothing else.
Why there is nothing to try
It is worth being exact about this, because a hidden endpoint is a tempting theory. There is no private beta to be added to, no undocumented route that answers for a favoured account, and no key that support can hand out, because nothing in the product issues one. The absence is in the product, not in the documentation. A page or a reseller offering paid Platform API access is not selling something Cortex has.When this changes
A Platform API would be announced on the changelog and at cortex.foundation first. Until an announcement exists, treat any tool or page claiming to sell Platform API access as unofficial. If your need is genuinely not covered by the CLI, a Code session, a Bot routine or an MCP server, that is a gap in the Platform API rather than a hidden endpoint, and it is worth reporting as one. See Report a bug.Related
- Headless and one-shot runs -
cortex runandcortex exec, the automation surface that exists. - CI cookbook - recipes for running Cortex from a pipeline.
- Errors - the contract a client should branch on.
- Transparency API - the one public, credential-free surface.
- Changelog - where a Platform API launch would appear.