InvesTeam Developer Docs
The InvesTeam platform lets your application or an AI agent run the same analysis pipeline the product runs: turn a free-form investment question into a structured Master Investment Brief, convene an AI investment committee, and read its deliberation and findings. It produces decision-support analysis, not investment advice, and does not execute trades.
There are two ways to build. Use the REST API to drive the pipeline from your own backend, or connect the MCP server to give an AI client (like Claude) InvesTeam's analysis as callable tools.
Where to start¶
Pick the path that matches how you build.
- New here? Read the Quickstart — a first successful call in under fifteen minutes.
- Integrating over HTTP? Start with Authentication & API Keys, then the Briefs API reference.
- Wiring up an AI agent? The MCP Quickstart connects InvesTeam to Claude in under ten minutes.
What you can build¶
The pipeline is asynchronous end to end: you submit work, get a session_id,
and poll for the result. One id threads the whole run — brief, committee, and
final analysis.
Every response that carries AI-generated output
includes a disclosure object you must pass through to your end
users. See the Briefs reference and the
platform Terms.