Getting Started
Make Your First API Call
Cafecito uses one gateway (https://api.cafecito.tech) and Authorization: Bearer for authenticated REST and MCP. Health is public. See reusable clients when you need pagination, errors, and retries.
Live products: Beans and Espresso. Cortado is not callable yet.
Code
Beans: recent news & publisher articles
Code
Continue with the Beans overview or Beans API reference. Beans collections return pagination.next_cursor.
Espresso: market events and signals
Code
Continue with the Espresso overview or Espresso API reference. Espresso collections return pagination.next_cursor. See API conventions.
Unknown or route-inapplicable query parameters return HTTP 400 with the ErrorResponse envelope. Empty searches return HTTP 200 with data: [].
Using the API in production
- Limits: 100 requests/minute and 50,000/month per authenticated user, shared across keys; REST and MCP share the meter. Pricing
- Compatibility is additive; breaking changes get a new version and deprecation notices. Support: Contact
- Operational recovery: Troubleshooting
Next steps
Last modified on

