Appearance
Building an API Product
Sell access to your data or services through a managed API with authentication, rate limiting, and usage-based billing.
What You Get
- API endpoints generated from your entities and actions
- API key management for your customers
- Usage tracking and rate limiting
- Billing tied to API usage
- Documentation (auto-generated)
Example: Data API
- Define entities for your data (Products, Locations, Prices)
- Enable API as a Service
- Set up billing: Free (100 calls/day), Pro (10,000 calls/day, $49/month)
- Map API call limits to plans
- Deploy
Your customers sign up, get API keys, and start querying your data. You track usage and bill accordingly.