Skip to content

Public plan catalog with the capability matrix

GET
/plans
curl --request GET \
--url https://api.flotera.com/api/v1/plans \
--cookie __Host-erm_session=<__Host-erm_session>

Public plans only, in catalog order, each with its full capability matrix and the current price per server per calendar month. Enterprise is contract-priced and is not published here (D-10). The catalog has no versions — revision identifies the current content (D-11).

Plan catalog.

Media typeapplication/json
object
items
required
Array<object>
<= 32 items
object
code
required

Internal catalog code. Not the public label — labels are not unique.

string
<= 64 characters /^[a-z][a-z0-9_-]{1,63}$/
public_label
required
string
<= 64 characters
public_group
string | null
<= 64 characters
display_rank
integer
currency
required
string
Allowed value: USD
monthly_price_per_server_usd

null — contract-priced; such a plan is never published here.

string | null
/^-?[0-9]+(\.[0-9]{1,6})?$/
capabilities
required
Array<object>
<= 128 items
object
key
required

Entitlement key from 13 §3.3, e.g. fleet.servers.max.

string
<= 64 characters
value
required
Any of:
boolean
unlimited

True when an integer limit is explicitly unbounded.

boolean
revision
required

Revision of the seeded catalog content. The catalog is not versioned (D-11) — this identifies “what is current”, not “what was true then”. History lives in the ledger.

integer
catalog_version
integer
Example
{
"items": [
{
"currency": "USD"
}
]
}

Missing/invalid credentials (code=unauthorized).

Media typeapplication/problem+json

RFC 9457 problem document with a stable machine code.

object
type
required
string format: uri
title
required
string
<= 256 characters
status
required
integer
>= 100 <= 599
code
required

Stable machine-readable error code (03 §2.4).

string
Allowed values: unauthorized forbidden csrf_rejected not_found conflict idempotency_conflict validation_failed rate_limited payload_too_large unsupported_agent_version temporarily_unavailable offline_queue_full online_queue_full plan_required server_limit_reached feature_not_entitled account_in_grace account_frozen payment_pending payment_expired payment_amount_mismatch change_already_pending change_already_applied change_effective reserve_not_covered direction_changed
detail
string
<= 2048 characters
instance
string
<= 512 characters
request_id

UUID (v7 for new entities; v4 accepted during migration).

string format: uuid
errors
Array<object>
<= 100 items
object
path
required

JSON Pointer to the offending field.

string
<= 512 characters
code
required
string
<= 64 characters
Example
{
"type": "https://ermeon.com/problems/validation",
"code": "unauthorized"
}

A dependency the endpoint needs is not configured or is temporarily unavailable (code=unavailable). The rest of the API keeps working — an absent external integration must not take the service down.

Media typeapplication/problem+json

RFC 9457 problem document with a stable machine code.

object
type
required
string format: uri
title
required
string
<= 256 characters
status
required
integer
>= 100 <= 599
code
required

Stable machine-readable error code (03 §2.4).

string
Allowed values: unauthorized forbidden csrf_rejected not_found conflict idempotency_conflict validation_failed rate_limited payload_too_large unsupported_agent_version temporarily_unavailable offline_queue_full online_queue_full plan_required server_limit_reached feature_not_entitled account_in_grace account_frozen payment_pending payment_expired payment_amount_mismatch change_already_pending change_already_applied change_effective reserve_not_covered direction_changed
detail
string
<= 2048 characters
instance
string
<= 512 characters
request_id

UUID (v7 for new entities; v4 accepted during migration).

string format: uuid
errors
Array<object>
<= 100 items
object
path
required

JSON Pointer to the offending field.

string
<= 512 characters
code
required
string
<= 64 characters
Example
{
"type": "https://ermeon.com/problems/validation",
"code": "unauthorized"
}