๐Ÿง‘โ€๐Ÿ’ป Developer Portal

Build with ShiftStack

Everything you need to integrate AI website generation into your products and workflows.

Quick Start

โ—โ—โ—terminal
# 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"
  }
}

Rate Limits

PlanRequests / DayMax Websites
Free103
Starter10010
Pro1,00050
AgencyUnlimitedUnlimited