Current public endpoint. The Pleyor MCP server lives at
https://api.pleyor.com/mcp. The same URL is shown in your Pleyor
dashboard under Settings → Connectors → MCP — that page always
reflects the production endpoint for your account, even if this doc
is briefly out of date after a rebrand or region change.In Claude
Sign in to Pleyor
A Pleyor login window opens (OAuth). Sign in with the account you normally use. The first time, you’ll see a consent screen listing the scopes the connector needs — approve to continue.
Pick a workspace
If your Pleyor account belongs to multiple workspaces, you’ll be asked which one to bind the connector to. All subsequent tool calls run against that workspace.
In ChatGPT
ChatGPT’s connector setup follows the same shape — paste the same MCP endpoint URL, complete the OAuth flow, you’re in. Refer to ChatGPT’s connector documentation for the latest UI flow.What to ask first
Good first prompts that exercise the full surface:- Discovery: “What Pleyor agents do I have?” →
search+pleyor://agents - Building: “Create a workflow that takes a photo and produces a 3-second video clip with motion.” →
create_agent+validate_graph+ canvas render - Running: “Trigger my last agent with this prompt and wait for it to finish.” →
trigger_run+wait_for_run+ asset URLs - Iterating: “That run failed — what happened?” → reads
pleyor://runs/{id}and explains the error
Next steps
Tool reference
The full surface — what each of the 20+ tools does.
In-chat canvas
Understand the live canvas, when it appears, what’s interactive.
API keys
For scripts and server-to-server — no OAuth needed.
Error codes
What each error means and how to recover.