Billing and execution credit
Understand plans, execution credit, reservations, and hard limits.
Relifold separates the platform subscription from managed model execution. Research includes $25 of monthly execution credit; Team includes $150. Additional $50 prepaid packs can be purchased through Stripe Checkout. Managed execution debits provider cost plus 25%; exact-cache hits add no new provider cost.
Credit and hard limits
Before a hosted run begins, Relifold reserves its maximum possible charge against both the organization's owned credit and its hard spending limit. Completion, failure, or stopping settles the actual cost from the durable session result and releases the unused hold. A run is rejected before paid work if the hold cannot be made.
Account controls
Open your account, select a workspace, then open Billing in its left navigation. The subscription, credit, hard limit, and plan entitlements are shared by the organization; the recent usage list is attributed only to the selected workspace. Active members can see the organization summary. Owners and admins can choose a plan, buy credit, set the hard limit, inspect bounded workspace ledger entries, or open Stripe's customer portal. Payment actions require an interactive sign-in and cannot be started with an API key.
API
GET /api/v1/organizations/{organization_id}/billing
GET /api/v1/organizations/{organization_id}/billing/usage?workspace_id={workspace_id}&offset=0&limit=100
POST /api/v1/organizations/{organization_id}/billing/checkout
POST /api/v1/organizations/{organization_id}/billing/portal
POST /api/v1/organizations/{organization_id}/billing/hard-limit
Checkout accepts {"kind":"subscription","plan_id":"research"},
{"kind":"subscription","plan_id":"team"}, or
{"kind":"credit_pack"}. Hard-limit input is a decimal USD string. Returned money is
also a decimal string; do not infer balances from timestamps or session lists.
Customer-owned model credentials
When an approved hosted configuration uses customer-owned model credentials, the customer pays that provider directly and Relifold records no managed-provider credit debit. Platform-plan and entitlement rules still apply.