Changelog
Material changes to the Warpweb API, the dashboard, and the documentation. Subscribe via RSS at /changelog/feed.xml (coming in V1.1).
v1.0.0 — Initial launch
The V1 public API. Eight endpoints, two webhook types, credit-pack pricing.
Endpoints
POST /v1/sites— create + auto-approve + build + deployGET /v1/sites— list sitesGET /v1/sites/:id— site status and metadataPOST /v1/sites/:id/revisions— request a revision (Sonnet or Opus)POST /v1/sites/:id/domains— attach an existing domainPOST /v1/domains/check— check domain availabilityPOST /v1/domains/register— register and auto-attach a new domainPOST /v1/sites/:id/webhooks/forms— configure form-submission webhook
Webhooks
- Form submissions with HMAC-SHA256 signing, automatic retries, dead-letter recovery
- Revision status events (
site.build_complete,site.build_failed,site.revision_complete,site.revision_failed)
Pricing
- Credit packs ($5 / $25 / $100)
- $20/site/month for custom-domain hosting (always on)
- Free subdomain hosting with 7-day refresh mechanic
Dashboard
- API key management (create / rotate / revoke)
- Credit balance + Stripe Checkout for top-ups
- Per-site webhook configuration
- 30-day usage log
- Dead-letter replay
- Stripe Billing portal link