Guide

Deep Research API for AI agents

Patterns for giving agents and backends deep research over HTTP: keys, runs, polling, webhooks, and schedules — without MCP claims.

Author: ResearchAO Editorial · Published 2026-07-01 · Updated 2026-08-02

Why agents need a research API

Agents often need multi-source investigation with citations, not just another model completion. ResearchAO exposes research as HTTP endpoints with personal API keys, usage metering, and optional webhooks.

Recommended pattern

  1. Create a key in the app (examples use rao_live_...)
  2. POST a research run with query + effort via the Deep Research API
  3. Store the run id; poll GET or wait for a webhook
  4. Pass the structured report (or a summary) back into the agent context

Schedules vs agent loops

If the question is stable, prefer a schedule and let the agent only handle deltas. That reduces prompt churn and credit waste.

What we do not claim

This guide does not claim Model Context Protocol (MCP) support or official plugins for any specific agent framework. Integrate with standard HTTP and the API docs / OpenAPI spec.

Related

Start deep research today

Run research in the web app, on a schedule, or through the API — plans from €5.99/month.