Skip to main content
These docs are served over the Model Context Protocol. Point an AI assistant at the endpoint and it can search and read every page here, so its answers come from the current documentation rather than from whatever it happened to learn.
This is a documentation server. It reads these pages and nothing else — it does not call the Edges API, does not run actions, and never sees your API key. To teach an agent how to call the API, use Agent Skills.

What it can do

The feedback tool is the useful one to know about. If your assistant works from these docs and hits something that doesn’t add up, it can tell us — that reaches the same place a support message would, and it is the fastest way to get a page fixed.

Connecting it

Open Settings → Connectors, choose Add custom connector, and enter:
In a conversation, attach the connector from the attachments menu.
No key, no account, nothing to enable on your side — the documentation is public and so is the server.

When it helps

It is worth connecting when you are writing code against the API and want the assistant to check a parameter, a limit or an error label rather than invent one. Questions it answers well:
  • Which limit does this action consume, and what is the ceiling?
  • What does this error_label mean, and how long should I wait?
  • Which execution mode should I use for this volume?
  • What changed in the API last month?
It does not know anything about your workspace — your runs, your identities, your credit balance. Those live behind your API key and are read through the API itself.

MCP or agent skills?

Both connect Edges to an AI tool, and they do different jobs.

Documentation MCP

Your assistant can look things up. Best when you are asking questions and reading as you build.

Agent Skills

Your agent knows how to call each endpoint — inputs, URL formats, common mistakes. Best when it is writing the integration.
Using both is the normal setup: skills for how to call the API, MCP for everything else on this site.

Agent Skills

Per-endpoint instructions for coding agents.

SDKs

The official clients.

Quickstart

First call, in a few minutes.