Base URL
All API requests go to:This is the base URL for Individual and Team plans. Enterprise
plans run on a dedicated host — ask the Biomni support team for your API base
URL.
Create an API key
API keys are scoped to a workspace: a key acts within the workspace it was created in, and with your own permissions in that workspace.- Open Settings → API Keys (make sure you’re in the workspace you want the key for).
- Click Create key, give it a name (e.g.
Batch analysis pipeline), and optionally an expiration. - Copy the key immediately. The plaintext key is shown only once — store it in a secret manager. You can’t view it again.
Authenticate a request
Send the key as a bearer token in theAuthorization header:
Scope and permissions
- Workspace-scoped. A key only works within the workspace it was created in. To automate in another workspace, switch to it and create a separate key.
- Acts as you. The key inherits your role and access in that workspace — it can’t do anything your account can’t do.
Revoke a key
From Settings → API Keys, Revoke disables a key immediately and permanently. If a key might be exposed, revoke it and create a new one. Keys can also carry an expiration; an expired key stops working automatically. Set one for short-lived automation.Next steps
Quickstart
Key → project → task → results, end to end.
Recipes
Batch runs, long-running tasks, cancellation.
