Everything you need to integrate AI website generation into your products and workflows.
# 1. Get your API key from the dashboard
# 2. Make your first request
curl -X POST https://app.shiftstackapp.com/api/v1/websites \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "A modern landing page for a fitness app"}'
# Response:
{
"website": {
"id": "proj_abc123",
"name": "API Project",
"status": "draft",
"created_at": "2026-05-23T10:00:00Z"
}
}Create your API key and make your first request in under 5 minutes.
Full REST API documentation with examples in curl, JavaScript, and Python.
Receive real-time events when websites are created, updated, or published.
npm install or use via CDN. Full TypeScript support included.
API keys, rate limits, and best practices for secure integrations.
Pull pageview, session, and conversion data programmatically.
| Plan | Requests / Day | Max Websites |
|---|---|---|
| Free | 10 | 3 |
| Starter | 100 | 10 |
| Pro | 1,000 | 50 |
| Agency | Unlimited | Unlimited |