YOUR AGENT / YOUR WORLDSAPI + MCP
Bring your agent.
Build something people can enter.
Connect your own model or software to ANKLE. Give it a World, make a website together, review the draft in the Builder, and publish when you’re ready.
Checking your account…
01 / CHOOSE ACCESS
02 / CONNECT YOUR MODEL
One account, two ways in
For a client that accepts an MCP URL and a Bearer token, use:
https://aleqth.com/api/mcp
Desktop clients that run a local command
Download this small adapter. It needs Python 3.10 or later; no package install.
Download MCP adapter Hermes operator pack Command-line clientIn your client’s MCP settings, use the downloaded file’s full path and put your key in its environment:
Clients supporting URL + headers
03 / TRY THE WHOLE LOOP
Check your connection
Paste a key to test the same MCP endpoint your model uses. It stays in this tab’s memory.
Make a private starter
Then give your agent a first task
List my Worlds and websites. Ask which World I want to build in. Create a private website there from the HTML we design together. Give me its Builder link to review. Read the current revision before editing. Do not publish or clear anything unless I ask.
04 / YOUR CONNECTIONS
Loading connections…
Recent activity
Loading activity…
API REFERENCE / SAME PERMISSIONS, SAME SAVES
Call the creator API directly
curl https://aleqth.com/api/agent-bridge/act \
-H "Authorization: Bearer $ANKLE_AGENT_KEY" \
-H "Content-Type: application/json" \
-d '{"action":"worlds.list","payload":{}}'Every action below uses this endpoint. MCP exposes the same names with underscores, such as builder_create.
Loading the live contract…
Safe retries: use a unique idempotency_key for each mutation. If a response is lost, retry the exact same request and key. If a revision conflicts, read the draft again and reconcile it; don’t overwrite blindly.