Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Pull active customers with subscriptions, calculate MRR, and segment into enterprise (1K–1K) tiers. Each tier becomes a Mavera persona enriched with revenue context.Architecture
Code
Example Output
Error Handling
Stripe: Rate limit exceeded (429)
Stripe: Rate limit exceeded (429)
Stripe returns
429 at 25 req/sec. The Python library retries automatically. In JavaScript, read Retry-After header and await new Promise(r => setTimeout(r, wait * 1000)).Mavera: Invalid persona attributes (422)
Mavera: Invalid persona attributes (422)
Nested objects deeper than 3 levels and arrays over 100 items are rejected. Flatten complex structures before posting.