Mave uses a 5-phase orchestration process: triage, planning, research, execution, and validation. This is why responses take longer (5–30 seconds) but are significantly more grounded than standard chat.
How It Works
Triage
Mave analyzes your query complexity and determines if clarification is needed. Queries are classified as Simple, Moderate, Complex, or Strategic — each triggering a different depth of research.
Planning
Mave creates an execution strategy: which personas to consult, what data sources to query, what search terms to use, and how to structure the final output.
Research
Mave executes tool calls in parallel — web search, news search, SEO data, and knowledge base queries — to gather comprehensive information from multiple angles.
Execution
Mave synthesizes all research into a coherent response, incorporating persona perspectives and inline citations to source material.
Basic Usage
Multi-Turn Threads
Every Mave response returns athread_id. Pass it back in subsequent requests to maintain conversation context. Mave remembers the full research history within a thread, so follow-up questions can reference earlier findings without re-doing the research.
Streaming
Enable streaming for real-time display of Mave’s response as it generates.| Event Type | Content |
|---|---|
content | Text chunk of the response |
sources | Array of source objects with title, URL, and snippet |
validation | Confidence score and hallucination risk |
done | Final event with usage data |
Sources and Citations
Every Mave response includes asources array with the materials it used during research.
web (general web search), news (news articles), seo (SEO/domain data), and knowledge_base (your custom knowledge).
CircleMind Knowledge Base
CircleMind is Mavera’s knowledge base layer. When configured, Mave automatically searches your custom knowledge alongside public web data, grounding responses in your proprietary information.How It Works
- Upload documents to your CircleMind knowledge base (PDFs, docs, text files)
- Mave automatically queries your knowledge base during the Research phase
- Results are blended with web and news data, with source attribution
Querying with Knowledge Base
CircleMind knowledge base queries are included in Mave’s credit cost — no additional charge per knowledge base lookup. See CircleMind docs for setup instructions.
Data Sources
Mave can access multiple data sources during the Research phase:| Source | Provider | Data | When Used |
|---|---|---|---|
| Web Search | Tavily | Real-time web pages, articles, documentation | Most queries |
| News Search | Perigon | Recent news articles, press releases | Current events, market updates |
| SEO Data | SEMrush | Domain metrics, traffic, keyword rankings | Competitive analysis |
| Knowledge Base | CircleMind | Your uploaded documents | When use_knowledge_base: true |
Thread Management
List Threads
Get Thread Details
Delete Thread
Response Format
Validation Object
Thevalidation field provides transparency into Mave’s self-assessment:
| Field | Type | Description |
|---|---|---|
passed | boolean | Whether the response passed the reality check |
confidence_score | number (0–1) | Overall confidence in the accuracy of the response |
hallucination_risk | string | "low", "medium", or "high" |
unsupported_claims | array | Statements that couldn’t be verified by sources |
When to Use Mave vs Chat
| Need | Use Chat | Use Mave |
|---|---|---|
| Persona perspective on a topic | Yes | — |
| Real-time web data with citations | — | Yes |
| Quick conversational interaction | Yes | — |
| Multi-source research report | — | Yes |
| Structured JSON output | Yes | — |
| Fact-checked analysis | — | Yes |
| Tool calling / function calling | Yes | — |
| Knowledge base integration | — | Yes |
| Cost per query | 1–5 credits | 10–75 credits |
| Response time | < 3 seconds | 5–30 seconds |
Credit Usage
Mave queries are more expensive than Chat because they involve multiple research phases and data source calls.| Query Complexity | Typical Cost | Example |
|---|---|---|
| Simple | 10–15 credits | ”What is the population of France?” |
| Moderate | 20–30 credits | ”Summarize recent AI regulation in the EU” |
| Complex | 30–50 credits | ”Compare market strategies of top 5 EV brands in Europe” |
| Strategic | 40–75 credits | ”Full competitive landscape analysis for fintech in Southeast Asia” |
Best Practices
Be specific in your queries
Be specific in your queries
Clear, specific questions lead to better research. “Analyze Tesla’s market position in Germany in 2024” produces a more focused, useful report than “Tell me about Tesla.”
Use threads for follow-ups
Use threads for follow-ups
Continue conversations in the same thread to maintain context and reduce redundant research. Mave can reference earlier findings in follow-up responses.
Check the validation results
Check the validation results
Review
validation.confidence_score and validation.hallucination_risk before relying on the output for important decisions. Scores below 0.7 warrant additional verification.Enable streaming for long queries
Enable streaming for long queries
Complex and strategic queries can take 15–30 seconds. Streaming lets you display progress to users in real time instead of showing a loading spinner.
Use knowledge base for proprietary data
Use knowledge base for proprietary data
When your question involves internal data, enable CircleMind to blend your proprietary knowledge with public web research.
Use Chat for persona opinions, Mave for facts
Use Chat for persona opinions, Mave for facts
Don’t use Mave when you just need a persona’s perspective — that’s what Chat is for. Use Mave when you need researched, cited, fact-checked information.
Next Steps
Quickstart: Mave
First Mave query in 5 minutes
Mave Research Report
Build a full report from a Mave session
CircleMind
Set up your knowledge base
API Reference
Full API specification