Skip to main content
StateBase home page
Search...
⌘K
Dashboard
API Status
statebase/statebase
statebase/statebase
Search...
Navigation
Reference
API Introduction
Documentation
API Reference
Reference
API Introduction
On this page
Authentication
1. Bearer Token (Recommended)
2. Custom Header
Reference
API Introduction
REST API V1.0
StateBase provides a high-performance RESTful API for managing agent continuity.
Base URL
:
https://api.statebase.org
Authentication
Authentication is performed via an API Key. You can provide it in one of two ways:
1. Bearer Token (Recommended)
Copy
Authorization
:
Bearer sb_live_...
2. Custom Header
Copy
X-API-Key
:
sb_live_...
All requests must be served over HTTPS.
⌘I