BioFlow / API docs / Errors / feature_not_enabled

feature_not_enabled

HTTP 403application/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.
Wire format

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 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.