Anthropic builds Claude, a family of frontier AI models with industry-leading context windows (up to 1M tokens). These four jobs leverage Claude’s ability to process massive documents in a single call — entire annual reports, quarters of meeting transcripts, multi-source writing samples, and full research papers — then feed the extracted intelligence into Mavera’s surfaces (Personas, Mave Agent, Brand Voices, Focus Groups) to create data-driven personas, enriched intelligence reports, authentic brand voices, and validated research questions.
API Reference Card
All examples use ANTHROPIC_API_KEY for Claude and MAVERA_API_KEY for Mavera. Anthropic uses x-api-key — not Authorization: Bearer. Every request also requires the anthropic-version header. The Python SDK and JS SDK handle both headers automatically.
Prerequisites
Jobs
Rate Limits & Production Notes
Anthropic uses x-api-key authentication — not Authorization: Bearer. Every request requires the anthropic-version: 2023-06-01 header. The Python and JS SDKs handle both automatically. For raw HTTP calls, always include:Large context calls (500K+ tokens) can take 60-120 seconds — set timeouts accordingly. Cache document analyses to avoid reprocessing unchanged content. Monitor Mavera credits at Dashboard.
For cost optimization, use a two-model strategy: Claude Haiku for initial extraction and formatting (0.25/Mtokens),thenClaudeOpus4.6onlyfordeepanalysisrequiringreasoningacrossfullcontext(15/M tokens). This reduces costs by up to 80% on mixed workloads.