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
Before a meeting, AEs need account intelligence — what the company does, recent news, competitive landscape. Pipedrive stores the org record but lacks depth. Mave Agent researches each organization and returns a cited intelligence brief.Architecture
Code
Example Output
Error Handling
| Error | Cause | Fix |
|---|---|---|
| Mave returns generic content | Org name too common | Add industry, location, or website to disambiguate |
429 from Mave | Too many concurrent requests | Process orgs sequentially with 1-2s delay |
| Note creation fails | Org deleted or permissions issue | Verify org exists; check token write scope |