Skip to main content

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.

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

DetailValue
Base URLhttps://api.anthropic.com
Authx-api-key: {key} header (NOT Bearer)
Required headeranthropic-version: 2023-06-01
Modelsclaude-opus-4-6-20250725 (1M tokens), claude-sonnet-4-20250514 (200K), claude-haiku-3-5-20241022 (200K)
Rate limitsTier-dependent — Tier 1: 50 req/min, Tier 4: 4,000 req/min
Mavera basehttps://app.mavera.io/api/v1
Mavera authAuthorization: Bearer mvra_live_...
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

1

Anthropic API key

Create an account at console.anthropic.com and generate an API key from the Settings page.
2

Mavera API key

Get your key from Mavera dashboard.
3

Install SDKs

pip install anthropic requests
or for JavaScript:
npm install @anthropic-ai/sdk
4

Environment variables

export ANTHROPIC_API_KEY="sk-ant-api03-xxxxx"
export MAVERA_API_KEY="mvra_live_xxxxx"

Jobs

#JobClaude CapabilityMavera SurfaceOutput
1Long Document Analysis → Persona Source1M token context (Opus 4.6)PersonasData-driven personas from full documents
2Transcript Mega-AnalysisLong context cross-analysisMave Agent (Chat)Enriched quarterly intelligence report
3Multi-Source Synthesis → Brand VoicePattern extraction across sourcesBrand VoicesAuthentic brand voice profile
4Research Report → Focus Group QuestionsFinding extraction + synthesisPersonas + Focus GroupsValidated research with auto-generated questions

Rate Limits & Production Notes

ModelTier 1Tier 4Cost (Input / Output per M tokens)Strategy
Claude Opus 4.650 req/min4,000 req/min15/15 / 75Reserve for documents >100K tokens
Claude Sonnet50 req/min4,000 req/min3/3 / 15Default for most analysis tasks
Claude Haiku50 req/min4,000 req/min0.25/0.25 / 1.25Use for extraction and formatting
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:
headers = {"x-api-key": key, "anthropic-version": "2023-06-01", "Content-Type": "application/json"}
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(0.25/M tokens), then Claude Opus 4.6 only for deep analysis requiring reasoning across full context (15/M tokens). This reduces costs by up to 80% on mixed workloads.

All Integrations

Anthropic API Docs

Personas

Focus Groups

Brand Voices

Mave Agent