Early Access API
Beaker's API is currently in development. The endpoints and responses shown here are examples and may change in the future.
API Reference
Integrate with Beaker using our comprehensive API. This reference provides the details you need to interact with our services programmatically.
Authentication
All API requests require authentication using an API key. You can obtain your API key from your account settings.
Authorization: Bearer YOUR_API_KEY
Include this header with all your API requests to authenticate.
Base URL
All API endpoints are relative to:
https://api.beaker.cloud/v1
Projects
Projects are the main container for your dashboards and visualizations.
GET/api/v1/projectsAuth Required
POST/api/v1/projectsAuth Required
GET/api/v1/projects/:idAuth Required
Need help with the API?
If you have any questions or need assistance with our API, our documentation provides more details, or you can contact our support team.