- API Type
- REST API (HTTP/1 and HTTP/2 over SSL) with endpoints under https://api.vercel.com
- Authentication
- Vercel Access Tokens via Authorization: Bearer <TOKEN> header. OAuth 2.0 support for integrations (exchange code for access token)
- Webhooks
- Log Drains available for forwarding Logs, Traces, Speed Insights, and Analytics data (GET/POST/PATCH/DELETE /v1/drains)
- SDKs
- @vercel/functions SDK for helper methods (waitUntil, geolocation, ipAddress, invalidateByTag). Official SDKs for major languages not explicitly listed
- Documentation
- Comprehensive REST API reference with endpoint details, scopes, and integration guides at vercel.com/docs/rest-api and vercel.com/docs/integrations
- Sandbox
- No dedicated API sandbox mentioned. Testing via personal account deployments and Fluid Compute pre-warming
- SLA
- Not specified in API docs. Platform offers cold-start mitigation via bytecode caching and Fluid Compute across all plans
- Rate Limits
- Not explicitly documented in provided sources
- Use Cases
- Create/manage projects, deployments, environment variables, teams, domains, log drains, Edge Configs, integrations, billing (Pro/Enterprise), deployment checks