Back to Blog
Product
3 min read

CMS API Now Available for All Business Plans

Our headless CMS API is now generally available, giving developers programmatic access to all content collections with full CRUD operations and webhooks.

AC

Alex Chen

Co-founder & CEO · Feb 20, 2026

Share

Starting today, all Business plan users have access to the Webperia CMS API — a fully RESTful API for reading and writing content collections.

What's Included

  • Full CRUD operations on all collections
  • Webhooks for create, update, and delete events
  • API key management in the dashboard
  • Rate limits: 1,000 requests/minute
  • Official SDKs for JavaScript and Python (coming soon)

Example Request

curl -X GET https://api.buildstack.site/v1/sites/{siteId}/collections/{collectionId}/items \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Getting Started

Head to Dashboard → Settings → API Keys to generate your first API key. Full documentation is available at docs.buildstack.site/api.