For agents and developers
Give your agent a video studio
GoFaceless turns one prompt into a finished, published-ready video. Connect it to the AI tool you already use through MCP, or drive the full API from the command line.
- 1
Copy the GoFaceless connector URL
You will paste this URL into your AI tool in the next step.
https://mcp.gofaceless.ai/mcp - 2
Add it as a connector
In Claude, open Settings → Connectors, choose “Add custom connector”, name it GoFaceless, and paste the URL. Other MCP-compatible hosts work the same way.
- 3
Sign in and choose an access profile
The browser sign-in asks which permissions the connector gets. Review only is the safe default; Create and edit lets your agent make videos; Deliver adds final MP4 downloads.
Every connection starts scoped and revocable from Settings.
Built for agents, not adapted for them
Every command speaks JSON, every mutation is idempotent, and everything an agent needs to know is discoverable at runtime.
Live contract discovery
The CLI embeds no schemas. It reads the server’s own OpenAPI contract, so the shapes an agent composes against are always current.
gofaceless schema batchesRehearse with zero spend
Validate an entire workflow against deterministic sandbox fixtures before a single credit is spent.
gofaceless "a 15s product video" --sandboxPush, not poll
Stream session events as JSON lines while a video renders — or register a webhook and get called when it finishes.
gofaceless sessions watch --session IDHeadless credentials
Mint scoped, expiring API keys for your agent from the CLI. The raw key is shown once, and every key is revocable.
gofaceless auth keys create --name agentErrors an agent can act on
Failures return a machine-readable code and the server’s full validation detail — fix the request and run it again safely, because every mutation is idempotent.
gofaceless batches create --rows-file rows.json --jsonBatches and webhooks
Plan fifty videos from one brief, approve the spend once, and get notified per video as they complete.
gofaceless webhooks create --url https://…Start building
Create an account, connect your agent, and make the first video in minutes.
