API Reference
Sontairo exposes a REST API for programmatic access to all platform features.Base URL
Authentication
All API requests require authentication via session cookies (for browser-based access) or API tokens. See Authentication for details.Response Format
All API endpoints return JSON with a consistent structure:Success
Error
Common Parameters
| Parameter | Description |
|---|---|
workspaceId | Required. The workspace to operate in. |
projectId | Optional. Scopes the request to a specific project. |