Skip to main content
The Scope3 Agentic API provides a machine-readable skill file that AI agents can use to understand and interact with the API.

Skill File URLs

V1 Endpoint

https://api.agentic.scope3.com/v1/skill.md

View V1 Skill File

Open the v1 skill.md file

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/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/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.