feature_not_enabled
The workspace plan does not include public API access. What causes the BioFlow API's feature_not_enabled error (HTTP 403) and how to fix it.
HTTP 403 · application/problem+json · The workspace plan does not include public API access.
What causes it
- The workspace is on the Free plan — public API access starts on Creator.
How to fix it
- Upgrade the workspace to Creator (10,000 requests/mo) or Pro (100,000 requests/mo) — see pricing.
Example response body
{
"type": "https://getbioflow.com/docs/api/errors/feature-not-enabled",
"title": "The workspace plan does not include public API access",
"status": 403,
"instance": "urn:request:req_01abc",
"code": "feature_not_enabled",
"request_id": "req_01abc"
}Branch on the stable code field — title and detail are for humans and may
change. type (https://getbioflow.com/docs/api/errors/feature-not-enabled) always resolves to this page. Quote
request_id when contacting support. Full code registry on the
API docs hub; the complete surface is in the
interactive reference.
insufficient_scope
The API key was not granted the required scope. What causes the BioFlow API's insufficient_scope error (HTTP 403) and how to fix it.
test_key_read_only
Test-mode keys are restricted to read operations. What causes the BioFlow API's test_key_read_only error (HTTP 403) and how to fix it.