Documentation Index
Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
Use this file to discover all available pages before exploring further.
v1 is deprecated. August 1, 2026 is the final day these endpoints will be available. Migrate to v2, which is the current stable API.
The Scope3 Agentic API provides a machine-readable skill file that AI agents can use to understand and interact with the API.
Skill File URL
What is a Skill File?
A skill file is a markdown document that describes an API in a format optimized for AI agents and LLMs. It includes:
- API overview and MCP endpoint
- Authentication requirements
- Available MCP tools with descriptions
- Request/response formats
- Error codes and rate limits
Using with AI Agents
Claude Code / Claude Desktop
Add the skill file URL to your agent’s context:
Read https://api.agentic.scope3.com/api/v1/skill.md to understand the Scope3 Agentic API v1
ChatGPT
Paste the skill file URL when asking ChatGPT to help with API integration:
Use the API documented at https://api.agentic.scope3.com/api/v1/skill.md to create a campaign
MCP (Model Context Protocol)
For MCP-enabled agents, connect to our MCP endpoint:
https://api.agentic.scope3.com/mcp/v1
The MCP server provides automatic tool discovery and execution.