ANKLE.WEBSITEDEVELOPER ACCESSOpen Builder
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.

Your account owns the work. You choose access and can revoke it here. New websites stay private.

Checking your account…
01 / CHOOSE ACCESS

A key for one agent

Give each connection its own key. Permissions cover your account’s websites, not other people’s work.

Exact permissions and request limit
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

Transport: Streamable HTTP. Authentication: Authorization: Bearer YOUR_KEY. No browser sign-in / OAuth connector is advertised.

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 client

In your client’s MCP settings, use the downloaded file’s full path and put your key in its environment:

Use your installed Python command if it differs. The adapter connects only to aleqth.com.

Clients supporting URL + headers

Store keys in your client’s secret settings. Never include them in a website, repository or shared prompt.

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

Use a World you own or have joined. Creating a starter does not publish it.

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.

Your external model supplies the HTML. These creator tools do not invoke a paid ANKLE generation provider. Your model provider may charge separately. Edits are stored drafts; the open Builder does not receive live push updates.

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.

CONNECTION KEY / SHOWN ONCE

Store this key before closing. It will not be shown again.