AutoTill API documentation — add an AI agent to any website

The AutoTill Developer API puts an AI sales agent on any website, WordPress or not. Create an API key in the dashboard, call POST /api/v1/connect with your website address, and AutoTill reads the site straight away — pages, services, contact details, delivery and returns, and whether it sells products, takes enquiries, or both. Paste one script tag and the agent is live.

Push your catalogue with POST /api/v1/products for exact, live prices and stock; push services, pages, delivery options, returns rules and orders the same way. Every upsert is idempotent and anything edited by hand in the AutoTill dashboard is preserved.

Run the conversation headlessly with POST /api/v1/chat to build your own interface, and read conversations, leads, support requests, orders and statistics back into your own systems. Keys are scoped to one account, and optionally one website, with read, ingest and chat permissions.

Machine-readable sources are published at /openapi.json and /llms.txt so an AI coding assistant can complete the whole integration from the documentation alone.