Error reference / plan-no-api
The Personal plan does not include API access
This workspace's plan has no API entitlement.
| Problem type | /problems/plan-no-api |
|---|---|
| HTTP status | 403 |
| Emitted by | REST API (/v1) |
| Title values | The Personal plan does not include API access |
| Trigger | REST API (/v1): Personal plan calling `/v1` (B-5 entitlement gate) |
What happened
A valid key authenticated, but the workspace is on the Personal plan, which has no API access. The response is HTTP 403.
What it means
This is a plan boundary, not a quota: no request under /v1 succeeds for a Personal workspace. It is checked before rate limits and allowances.
What to do next
Move the workspace to Pro from Settings, Billing. API keys created before the change work immediately afterward.
Problem body
Every error is an RFC 9457 problem document with media type
application/problem+json. The type member is the
stable identifier to switch on; docs_url is this page.
{
"type": "/problems/plan-no-api",
"title": "The Personal plan does not include API access",
"status": 403,
"instance": "/v1/...",
"docs_url": "https://docs.signenvoy.com/errors/plan-no-api"
}