Developers

Documentation.

How to connect an AI agent to mantle, what it can do for that agent, and where to look when something isn't clear.

Get started

Five minutes from API key to first query.

  1. 01

    Generate an API key.

    Create a project in the dashboard and copy the bearer token.

  2. 02

    Connect a source.

    OAuth into Drive, Gmail, Slack, Notion, or Dropbox — plus Postgres, S3, and GCS on request. mantle reads in place — no ETL.

  3. 03

    Point your agent at the MCP endpoint.

    Drop one URL into Claude, Cursor, or any MCP-compatible client.

# 1 — Set your key
export MANTLE_API_KEY="mk_…"
# 2 — Make your first call
curl https://api.mantleai.dev/v1/search \
-H "Authorization: Bearer $MANTLE_API_KEY" \
-d '{"query": "Acme Corp relationship"}'
# 3 — Or via MCP, drop one URL into your agent
https://mcp.mantleai.dev/mcp

Reference

Everything mantle exposes, by surface.

Concepts

The thinking behind mantle.

How mantle works

Connect, understand, deliver.

01

Connect

You attach data sources (Google Drive, Gmail, Slack, Notion, Dropbox, and more) via OAuth in the dashboard. No ETL, no duplicates. mantle reads in place and respects source-level permissions.

02

Understand

mantle extracts entities and relationships across every connected source and builds one unified graph. Engineering's “Project Aurora” and Finance's “CC-2847” get recognized as the same thing.

03

Deliver

Your agent asks a question. mantle returns quality-scored, token-optimized context (entities, evidence, source citations) over MCP. One call, every source.

The longer take is in the announcement post.

Get help

Stuck? Talk to us.