Documentation Index
Fetch the complete documentation index at: https://docs.stablesea.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
Stable Sea uses API keys to authenticate your requests. You can generate them from the Terminal. All API requests must include anAuthorization header with: Bearer <api-key>
Request Example
API Key Management
Key Types
- Sandbox Keys: 64-character hexadecimal strings for development and testing
- Production Keys: 64-character hexadecimal strings for live transactions
a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456)
Security Best Practices
- Environment Variables: Store keys in environment variables, never in code
- Key Rotation: Rotate keys every 90 days for enhanced security
- Scope Limitation: Use separate keys for different services/environments
- Access Monitoring: Monitor API key usage through dashboard analytics
Key Permissions
| Permission Level | Description | Recommended Use |
|---|---|---|
| Read-Only | View resources, cannot modify | Reporting, monitoring |
| Standard | Create/read/update operations | Most integrations |
| Admin | Full access including deletions | Administrative operations |
Security Features
Audit Logging
All API requests are logged with:- Request timestamp and duration
- Source IP address and user agent
- API key used (masked for security)
- Request and response status codes

