Skip to main content
Mave is Mavera’s AI-powered research agent. Unlike the Responses API, which answers questions from a single persona’s perspective, Mave conducts research — searching the web, pulling news articles, querying SEO data, and synthesizing findings into cited, validated reports. Every Mave response includes sources with URLs, a confidence score, and a hallucination risk assessment. It’s designed for questions where you need facts, not just opinions.
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

1

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.
2

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.
3

Research

Mave executes tool calls in parallel — web search, news search, SEO data, and knowledge base queries — to gather comprehensive information from multiple angles.
4

Execution

Mave synthesizes all research into a coherent response, incorporating persona perspectives and inline citations to source material.
5

Validation

Mave performs a reality check: assessing accuracy, flagging unsupported claims, evaluating hallucination risk, and producing a confidence score.

Basic Usage

Multi-Turn Threads

Every Mave response returns a thread_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.
Follow-up messages in the same thread are cheaper because Mave can reuse earlier research context. Start new threads only when changing topics entirely.

Streaming

Enable streaming for real-time display of Mave’s response as it generates.
SSE event types:

Sources and Citations

Every Mave response includes a sources array with the materials it used during research.
Source types include web (general web search), news (news articles), seo (SEO/domain data), and knowledge_base (your custom knowledge).
Always verify critical citations by visiting the source URLs. While Mave’s validation phase reduces hallucination, no AI system produces perfectly accurate output 100% of the time.

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

  1. Upload documents to your CircleMind knowledge base (PDFs, docs, text files)
  2. Mave automatically queries your knowledge base during the Research phase
  3. 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:

Thread Management

List Threads

Get Thread Details

Delete Thread

Response Format

Validation Object

The validation field provides transparency into Mave’s self-assessment:

When to Use Mave vs Chat

Combine both: Use Mave to research a topic, then use Chat with a specific persona to explore how that audience would react to the findings. This gives you both factual grounding and audience perspective.

Credit Usage

Mave queries are more expensive than Chat because they involve multiple research phases and data source calls. Follow-up messages in the same thread typically cost 30–50% less than the initial query.

Best Practices

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.”
Continue conversations in the same thread to maintain context and reduce redundant research. Mave can reference earlier findings in follow-up responses.
Review validation.confidence_score and validation.hallucination_risk before relying on the output for important decisions. Scores below 0.7 warrant additional verification.
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.
When your question involves internal data, enable CircleMind to blend your proprietary knowledge with public web research.
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