API
Init API
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
POST /init
Initialize the DSAR runtime context.
This is a public endpoint and does not require bearer authentication in the generated HTTP contract.
Request body: None required.
Response:
Use this endpoint when your deployment or smoke tests expect an explicit runtime-bootstrap step before traffic begins.
Related surfaces:
- Node SDK:
client.system.init() - CLI:
dsar init - Generated docs:
GET /docs