API

Deploy over HTTP

No MCP host required. One POST returns a durable URL you can claim and share.

  1. Deploy HTML

    POST https://api.aft.page/v1/deploy with content-type: text/html.

    curl -X POST https://api.aft.page/v1/deploy \
      -H 'content-type: text/html' \
      --data '<!DOCTYPE html><html><body><h1>shipped by agent</h1></body></html>'
  2. Check health

    Confirm the API is up before scripting agents.

    curl -s https://api.aft.page/health
  3. Next

    Claim the URL, invite teammates, set secrets — see the full reference.

    Open API docs

Schemas, multi-file deploy, and limits: /mcp#http · mcp.md.