Hanzo
OpenapiPricing

Opts the caller's OWN org into a beta item.

Opts the caller's OWN org into a beta item.

POST /v1/pricing/enablement/optin

Addresshttps://api.hanzo.ai/v1/pricing/enablement/optin
MethodPOST
Operationpost_pricing_enablement_optin
AuthAuthorization: Bearer $HANZO_API_KEY

Opts the caller's OWN org into a beta item. The org is the caller's validated one, so this can never target another org, and the registry refuses anything not in beta — so it can neither re-open an item an operator turned off nor touch one that is already generally available. Requires a signed-in caller with an org.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
idbodystringID is the item within that namespace.
kindbodystringKind is the item's namespace: "model", "provider" or "feature".

Response

StatusBodyMeaning
200userEnablementItemok

200 body — 6 fields.

FieldInTypeAlwaysDescription
canOptInbodybooleanbeta && not yet opted in
effectivebodybooleanvisible to the caller's org
idbodystring
kindbodystring
optedInbodybooleancaller's org on the beta list
statebodystringoff|beta|ga

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page