Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://api.13-215-85-171.sslip.io/v1/admin/quota-tiers" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
[ { "id": "<string>", "display_name": "<string>", "max_concurrent_sandboxes": 123, "daily_sandbox_creates": 123, "daily_gb_hours": 123 } ]
Supabase Auth access token passed as Bearer token
Quota tiers