GET /api/sites/:slug/manifest
Returns the complete manifest for a site — the typed state machine with all states, views, and actions. This is the source of truth for everything the AI discovered.
Path parameters
string
required
The site identifier (e.g.,
example-com). Use GET /api/sites to list available slugs.Example
Manifest structure
Each state contains:
Error responses
If you receive a 404, the site hasn’t been trained yet or the slug is incorrect. Check
GET /api/sites for available slugs.