Team billing
Organization billing and member roles are modeled now, with team plans shown as coming soon.
The MVP pricing model keeps the product fee simple and separates model or agent compute into credits.
/month includes 200 credits
curl https://askglyph.com/api/v1/ai/text \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"task": "chat",
"messages": [
{
"role": "user",
"content": "Create a landing page hero direction for Klaro."
}
]
}'Explore the docsOrganization billing and member roles are modeled now, with team plans shown as coming soon.
Usage events are recorded as purchases, spends, refunds, grants, and adjustments.
Checkout, Customer Portal, and webhooks are the source of truth for payment state.