SDKs & Tools
Official client libraries and downloadable tools for the Dryade API.
Last updated: 15. März 2026
SDKs & Tools
Plugin Author SDK (Python)
dryade-plugins-sdk — Pure-Protocol Python SDK for authoring Dryade plugins. Zero core.* imports, hash-conformant with the Dryade plugin contract v4, MIT-licensed, published on PyPI.
- SDK Overview — start here
- Getting Started — five-step tour from zero to a packaged
.dryadepkg - Concepts — the mental model in 800 words
- CLI Reference —
dryade plugin new/validate/package/keygen/doctor - API Reference — Plugin, Agent, Tool, Route, Config, ManifestV2, packaging
- Examples — five reference plugins
- Cookbook — copy-pasteable patterns
- Security — threat model + reporting flow
Install:
uv add dryade-plugins-sdk
# author CLI:
uv tool install "dryade-plugins-sdk[cli]"
Source: github.com/DryadeAI/dryade-plugins-sdk.
REST API Client Libraries
Official REST API client libraries are coming soon for:
- Python
- JavaScript
- Go
- Ruby
Downloads
- Postman Collection
- OpenAPI Spec (JSON)
- OpenAPI Spec (YAML)