Billing

Get default free tier credits for new users

Public endpoint to get the current default free tier credits amount. Used by frontend to display signup benefits.

GET
/api/v1/billing/free-tier-credits
curl -X GET "https://api.orbitalsai.com/api/v1/billing/free-tier-credits"

Successful Response

{
  "currency": "USD",
  "default_credits": 0
}