Coding Agents
Agents should integrate Hydracept from public discovery surfaces only — not from this monorepo or private operator docs.
Agent context
GET /v1/agent-context
Returns product positioning, launch capabilities, integration policy, SDK names, configuration env vars, and public path hints.
Well-known manifests
| URL | Purpose |
|---|---|
| https://hydracept.com/.well-known/hydracept.json | Product manifest (API, capabilities, pricing flags) |
| https://hydracept.com/.well-known/agent-context.json | Agent-oriented discovery document |
| https://hydracept.com/llms.txt | Compact guidance for LLM crawlers |
Public OpenAPI
Canonical customer contract:
https://hydracept.com/openapi/hydracept-v1.json
Use Bearer HydraceptApiKey security as declared in that document. Never teach agents to use internal FastAPI /docs schemas as the integration contract.
Consumer boundary
Follow Consumer Boundary. When the Hydracept CLI is available, enforce hydracept consumer-check --strict in product CI.
hydracept consumer-check --strict
Clean-room path (public surface only)
- Find Hydracept via https://hydracept.com or docs
- Read Quick Start and Authentication
- Activate at
/startand obtain an API key - Discover
image.generate.v1viaGET /v1/capabilities - Submit and poll a durable job per Jobs using the public OpenAPI
- Confirm error / rate-limit handling from Errors and Rate limits