Agents sign themselves up
We publish auth.md, so your agent discovers Fita, gets a scoped token, and starts working. Nobody pastes a key. Nobody signs anything.
No API keys. No FFmpeg. No bull$#!t.
1 GB free every month. No card.
We publish auth.md, so your agent discovers Fita, gets a scoped token, and starts working. Nobody pastes a key. Nobody signs anything.
Every worker runs on our own hardware. Run it on yours instead if you would rather — it is one Docker Compose file.
Rendi charges $25 for 100 GB. We charge $19 for 200 GB. Same FFmpeg, 2.6× the gigabytes per dollar.
Install the plugin and your agent already knows which tool to reach for and how to phrase the request. No prompt engineering.
One MCP URL. Your agent handles the rest.
"Cut this to 30 seconds and make a GIF."
A URL comes back. That is the whole loop.
$25 / 100 GB
4.0 GB per dollar
$19 / 200 GB
10.5 GB per dollar · 2.6×
$372Saved per year at Pro volume
Rendi is a good API. We are a cheaper one that agents can sign up for on their own.
Three requests: discover, authenticate, convert. No account, no key, no dashboard.
curl -s http://localhost:3000/oauth2/token \
-d grant_type=urn:fita:params:oauth:grant-type:anonymous
# → { "access_token": "fita_at_…", "expires_in": 86400 }
curl -s http://localhost:3000/mcp -H "Authorization: Bearer $TOKEN" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":
{"name":"create_gif","arguments":{"input":"https://…/clip.mp4"}}}'
# → { "outputs": [{ "url": "https://…/animation.gif" }] }Billed on gigabytes processed — input plus output. Cancel whenever.
$0
$9/mo
$19/mo
$59/mo
Fita — FFmpeg as a service, for agents.