All Monitoring API endpoints require authentication, except for the health check endpoint (Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /health).
Required role
You must have admin or owner role in the workspace to access the Monitoring API. Regular workspace members cannot access these endpoints. Requests without the proper role return a401 Unauthorized error.
To learn about workspace roles, see Managing your workspace members.
API key
The Monitoring API accepts both personal API keys and workspace API keys. Include an API key in theapi_key header with all requests:
Example request
Personal API key
To get your personal API key:- Click your profile icon at the top right of your account.
- Click Settings.
- Select the Account tab.
- Scroll down to the API Key section.
Workspace API key
Enterprise workspaces can also use workspace API keys. To create one:- Click your workspace name at the top left and click Settings.
- Click Secrets in the sidebar.
- Click + Create API Key.
- Enter a name for the key and an optional description, then click Create Key.
- Copy the key immediately and store it securely.

