Where to get a key
Keys are created and revoked in the Croma Legal dashboard at legal.usecroma.com, under Desarrolladores, tab Claves de API. The full key is shown only once at creation, so copy it somewhere safe before leaving the page. An organization can hold up to 5 active keys; revoke the ones you no longer use.Create an API key
Open the Croma Legal dashboard to mint and manage your organization’s keys.
Key management is enabled per user by Croma (every member of the
organization sees the MCP setup, but only enabled users see the Claves de
API tab). If you need it, ask your Croma contact.
Bearer scheme
Send the key in theAuthorization header using the Bearer scheme, on
every request:
Organization-scoped keys only
Keys are minted for an organization, not an individual user, and every request is scoped to that organization: the API never accepts an organization id from the caller. A personal key is rejected with401:
Key format
Keys are issued branded ascroma_<env>_…: croma_live_… in production and
croma_test_… elsewhere. Legal keys only work against
api.legal.usecroma.com; a key from the Croma public-data platform
(platform.usecroma.com) is rejected here, and vice versa.
Failed authentication
Every authentication failure returns401 with an authentication_error
envelope. The code tells you what went wrong:
Next: Pagination & filters
How lists page, which dates mean what, and how to sync incrementally.