API
No MCP host required. One POST returns a durable URL you can claim and share.
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>'
Confirm the API is up before scripting agents.
curl -s https://api.aft.page/health
Claim the URL, invite teammates, set secrets — see the full reference.