Documentation
Everything you need to deploy, configure, and operate Dryade. From first install to production-grade agent orchestration.
Getting Started
Install Dryade, configure your first model provider, and run your first agent in under 10 minutes.
API Reference
REST endpoints for plugins, subscriptions, licenses, and webhooks. Authentication, rate limits, and error codes.
Plugin Development
Build, sign, and publish plugins for the marketplace. SDK reference, manifest schema, and packaging guide.
Workflow Configuration
Design multi-agent workflows with the visual editor. CrewAI, LangGraph, and Google ADK integration guides.
Deployment
Docker Compose, air-gapped installs, reverse proxy setup, TLS, and production hardening checklists.
Security
Post-quantum plugin signing, Ed25519 allowlists, TOFU key pinning, and audit trail configuration.
Guides
Getting Started
Install Dryade, configure your first model provider, install a plugin, and create your first agent.
SDK Overview
Pure-Protocol Python SDK for authoring Dryade plugins. Zero core imports, hash-conformant, MIT-licensed.
API Reference
REST API endpoints for plugins, subscriptions, licenses, webhooks, authentication, and error handling.
Authentication
Learn how to authenticate with the Dryade API using authorization headers, handle error responses, and rotate API keys.
Getting Started
Five-step tour from zero to a packaged .dryadepkg in ~5 minutes.
Plugin Development
Build, sign, and publish plugins for the Dryade marketplace. SDK reference, manifest schema, and packaging guide.
Plugins API
Browse, search, and retrieve plugin information from the Dryade marketplace using the Plugins API endpoints.
Concepts
The mental model behind the SDK in 800 words — Protocols, native vs plugin tools, hash contract, security tiers.
Subscriptions API
Manage your subscription and installed plugins through the Dryade API.
Workflow Configuration
Design multi-agent workflows with CrewAI, LangGraph, and Google ADK. Visual editor and YAML configuration.
CLI Reference
Full reference for the dryade CLI — new, validate, package, keygen, doctor.
Deployment
Native installer (Windows / macOS / Linux), Docker for sovereign and Kubernetes deployments, air-gapped installs, reverse proxy, TLS, and production hardening.
License API
Validate and manage your Dryade license keys through the License API endpoints.
API Reference
Full public surface of dryade_plugins_sdk — Plugin, Agent, Tool, Route, Config, ManifestV2, packaging.
Security
Post-quantum plugin signing, Ed25519 allowlists, TOFU key pinning, audit trails, and security architecture.
Webhooks
Receive real-time notifications about events in your Dryade account with webhooks (Enterprise only).
Examples
Five reference plugins — hello_world, with_tool, with_llm, with_ui, multi_agent.
Errors
Understand the standard error format and error codes returned by the Dryade API.
Cookbook
Patterns plugin authors reach for, ready to copy-paste into plugin.py.
SDKs & Tools
Official client libraries and downloadable tools for the Dryade API.
Migration
Notes for moving between SDK versions and manifest schema versions.
FAQ
Common questions from first-time plugin authors.
Security
Security model, reporting vulnerabilities, and what is in scope.
Changelog
Pointer to the canonical CHANGELOG.md in the repo root.
Interactive API Reference
Explore the full REST API with live code examples in cURL, Python, JavaScript, and Go. Includes authentication, plugin management, subscriptions, webhooks, and error reference.
Open API Reference