Live · v1 · Bearer auth

Connect any AI agent to your agency brain.

The Intelligent Agent exposes a Model Context Protocol server and a REST API. Wire it into Microsoft Copilot Studio, Claude Desktop, OpenAI Agents SDK, or your own bot in minutes. Every answer is grounded in your agency's documents and honors your house rules.

MCP server
https://app.theintelligentagent.ai/api/public/mcp
REST base
https://app.theintelligentagent.ai/api/public/v1

Quickstart

Add the MCP server to a Copilot Studio agent. The agent then runs inside Microsoft Teams with full access to your agency's grounded knowledge.

  1. In TIA, open API & MCP keys and generate a key.
  2. In Copilot Studio, open your agent → Tools+ Add a toolModel Context Protocol.
  3. Server URL: https://app.theintelligentagent.ai/api/public/mcp
  4. Authentication: Bearer → paste your key.
  5. Publish the agent → install in Teams. Ask: "What's our binding authority for habitational in Texas?"
The MCP transport is Streamable HTTP. Copilot Studio sends both application/json and text/event-stream in Accept - required by the spec.

MCP tools

ask

Grounded answer with citations. Honors your agency's playbooks.

  • · question: string
  • · top_k?: number (1-20)
  • · include_rules?: boolean
search_knowledge

Hybrid semantic + keyword search across your documents.

  • · query: string
  • · top_k?: number
list_rules

Returns the agency's house rules / playbooks the agent must honor.

  • · kind?: string
list_sources

Visible KB sources and document counts.

Auth, scopes & limits

Auth
Bearer token. Format: dm_live_…. Sent as Authorization: Bearer ….
Scopes
Default: kb.ask, kb.search, rules.read, documents.read. Per-key scopes coming with OAuth.
Tenancy
Each key is bound to one agency. RLS scopes every query to that agency's data only.
Errors
JSON: { "error": { "code", "message" } }. 401 missing_key, 403 missing_scope, 429 rate_limited.
Rate limits
60 req/min per key by default. Contact us for higher tiers.

Ready to plug in?

Generate a key and connect your Teams agent in under 10 minutes.