Documentation Index
Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Building a buyer integration? Start with Buyer Onboarding for the end-to-end campaign-launch flow. This page covers AI agent connections.
Step 1: Get Access
Create your account
Sign up at interchange.io and log in.
Choose your authentication method
- OAuth (recommended for AI agents): Used automatically when connecting via Claude Connectors or ChatGPT MCP Connectors. No keys to manage — just log in when prompted.
- API Key (for CLI tools and custom integrations): Generate one at interchange.io/user-api-keys. Keys start with
scope3_.
Sanity check (optional — 30 seconds)
Before wiring up an agent, you can confirm the platform is reachable and your API key works with two curls. 1. Reach the platform. No auth needed:{"status":"ok", ...}.
2. Confirm your key resolves to your account. Replace scope3_… with your key:
id, company, name, role. A 401 means the key is wrong or revoked; a 403 with TOS_ACCEPTANCE_REQUIRED on a write call means your customer hasn’t accepted the latest Platform Service Agreement (read endpoints still work — see Buyer Onboarding for the acceptance flow).
If both succeed, you’re set up. Continue with an AI agent connection below or jump straight to Buyer Onboarding for the end-to-end campaign-launch flow.
Step 2: Connect
Pick your AI tool and follow the detailed setup guide:Claude (Team / Enterprise)
Recommended. Admin registers the connector once, every team member connects via OAuth.
Claude Desktop (Personal)
Manual config file setup for personal Claude Desktop use with an API key.
Claude Code (CLI)
Add the MCP server via CLI and authenticate with an API key.
ChatGPT
Connect via MCP Connector with OAuth — no API keys needed.
Cursor
Add the MCP server in Cursor settings with an API key.
REST API
Standard HTTP endpoints for programmatic integrations.
Step 3: Try It Out
Once connected, your agent has access to 3 MCP tools:| Tool | What It Does |
|---|---|
health | Check API connectivity |
ask_about_capability | Ask the API what it can do (natural language) |
api_call | Execute any REST endpoint |
ask_about_capability to discover endpoints, then api_call to execute them. No need to memorize API paths.
Skill File (for Custom Agents)
Building your own agent? Point it at the skill file for instant API understanding:| Role | Skill File URL |
|---|---|
| Buyer | https://api.interchange.io/api/v2/buyer/skill.md |
| Storefront | https://api.interchange.io/api/v2/storefront/skill.md |
Next Steps
Buyer Onboarding
End-to-end campaign-launch flow — from advertiser to live campaign.
Storefront Onboarding
Sellers: register your storefront and expose inventory.
Advertiser Guide
Learn the advertiser model and required fields.
Built for Agents
Why the API is agent-first and what that means for you.
Authentication
API keys, OAuth, and SSO configuration.
API Reference
Browse all available endpoints.