v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBOfferings
Create an offering
Creates a new offering for the authenticated project. If the project has no offerings yet, the new one is auto-promoted to main (tag will be 1 in the response even if it was omitted in the request). Prefer POST /v4/offerings/{offering_id}/set-main over passing tag=1 here when switching the main of an existing project.
post/offerings
Headers
Idempotency-Keystring
Request body
Example request
{
"id": "premium_monthly"
}Response
Offering created.
Example response
{
"id": "premium_monthly",
"url": "/v4/offerings/premium_monthly",
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z"
}