Developers

Documentation

Everything you need to integrate mantle into your stack.

Quick Start

Install the SDK:

$ npm install @mantle/sdk

Query context in 5 lines:

import { Mantle } from '@mantle/sdk'
const mantle = new Mantle(process.env.MANTLE_API_KEY)
const ctx = await mantle.search('Q3 revenue by region')
→ 12 objects · 4 sources · 94/100 quality · 87ms