Bench cap reached
type | https://docs.frem.sh/reference/api/errors/bench-cap-reached |
| HTTP status | 409 Conflict |
What it means
Your organisation already has as many benches as its bench-seat count
allows. The detail names both numbers.
This is a cap, not a rate limit — waiting does not help.
What to do
Delete a bench you no longer need, or ask an org admin to raise the bench-seat count.
Note that a suspended bench still counts against the cap: it keeps its profile volume, which is what preserves your work.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/bench-cap-reached",
"title": "Conflict",
"status": 409,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.