You’re viewing the v2 beta documentation. The API is in active development - breaking changes may occur before final release. For production use, switch to v1 using the version selector above.
Quick Start
Get an API Key
Sign up for Scope3 and get an API key.Choose How to Connect
The Scope3 Agentic API offers multiple ways to integrate:REST API
Standard HTTP endpoints for programmatic integrations. Use familiar REST patterns with JSON request/response.
MCP Protocol
Connect AI agents (Claude, ChatGPT, Cursor) via the Model Context Protocol for conversational interactions.
Skill File
Give your AI agent a single URL to learn the entire API. Optimized for LLM context windows.
REST API
Standard HTTP REST API for traditional integrations:| Environment | Buyer Base URL | Partner Base URL |
|---|---|---|
| Production | https://api.agentic.scope3.com/api/v2/buyer | https://api.agentic.scope3.com/api/v2/partner |
| Staging | https://api.agentic.staging.scope3.com/api/v2/buyer | https://api.agentic.staging.scope3.com/api/v2/partner |
MCP (Model Context Protocol)
For AI agent integrations using JSON-RPC 2.0:| Environment | Buyer MCP Endpoint | Partner MCP Endpoint |
|---|---|---|
| Production | https://api.agentic.scope3.com/mcp/v2/buyer | https://api.agentic.scope3.com/mcp/v2/partner |
| Staging | https://api.agentic.staging.scope3.com/mcp/v2/buyer | https://api.agentic.staging.scope3.com/mcp/v2/partner |
| Tool | Purpose |
|---|---|
health | Check API status |
ask_about_capability | Query documentation to learn about endpoints |
api_call | Make authenticated REST API calls |
Skill File
Point your AI agent to the appropriate skill file for instant API understanding:| Role | Skill File URL |
|---|---|
| Buyer | https://api.agentic.scope3.com/api/v2/buyer/skill.md |
| Partner | https://api.agentic.scope3.com/api/v2/partner/skill.md |
Next Steps
Authentication
Learn about API keys and OAuth
Built for Agents
Detailed setup for Claude, ChatGPT, Cursor, and more