Sign In

API Overview

The Rivet API provides HTTP endpoints for managing your serverless infrastructure programmatically.


Authentication

All API requests require authentication tokens. Use these tokens with the Authorization header.


Resources

  • Actors - Stateful serverless containers
  • Builds - Code deployments
  • Routes - HTTP routing configuration
  • Regions - Global deployment locations

SDKs

While you can use the HTTP API directly, we recommend using our official SDKs:


Error Handling

See API Errors for all error codes.

Suggest changes to this page