darwin-api
Installation
SKILL.md
Darwin API
Start from Darwin's current public contract rather than remembered endpoints:
- OpenAPI: https://darwin.so/openapi.json
- API documentation: https://docs.darwin.so/reference/introduction
- TypeScript SDK:
@darwinso/sdk - Python SDK:
darwin-sdk - CLI:
@darwinso/cli
Use an official published release that matches the API contract being integrated. Do not copy unreleased preview code from Darwin's private monorepo or assume a preview surface has reached npm or PyPI.
Keep bearer API keys on trusted servers. Third-party applications should use a verified OAuth grant for the selected user and AI. A user ID, AI ID, owner ID, or scope supplied in model input is not authority; let Darwin re-authorize every identifier.