Benches not enabled
type | https://docs.frem.sh/reference/api/errors/benches-not-enabled |
| HTTP status | 403 Forbidden |
What it means
Your organisation has no dev-bench seats, so no bench can be created.
On a trial plan benches are never available — a bench bills per-minute compute, so it is a paid capability. Upgrade to paid seats first.
On any other plan this means the bench-seat count is zero.
What to do
Ask an org admin to set a bench-seat count, or upgrade from a trial to paid seats. There is nothing to retry: the answer will not change until the entitlement does.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/benches-not-enabled",
"title": "Forbidden",
"status": 403,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.