Getting Started
Create an API Key
One Cafecito API key authenticates every live product: Beans and Espresso REST, plus https://api.cafecito.tech/beans/mcp and https://api.cafecito.tech/espresso/mcp. Cortado is a future product and do not accept this key yet.
There is no official SDK. Send the key as a Bearer token. Health routes are public.
- Open API Keys in the developer portal.
- Create a key and store it in a secret manager or
CAFECITO_API_KEY. Never commit it. - On every authenticated request, send:
Authorization: Bearer YOUR-API-KEY
Example
Code
Use a separate key per application or environment and rotate a key if it leaks. All keys for the same user share the free-tier meter (100 requests per minute and 50,000 per month; REST and MCP together).
Next
Last modified on

