# Hydratic

> Hydratic is the enterprise AI agent platform: connect existing applications, choose your models, require human approval, and deploy as SaaS, managed, or self-hosted.

Hydratic (hydratic.ai) is the public marketing and discovery site for the Hydratic enterprise AI agent platform. This host is not the product application.

## Hydratic developer resources

- [Hydratic developer resources](https://hydratic.ai/developers): public API, OpenAPI spec, authentication notes, product-API boundary
- [Hydratic docs](https://hydratic.ai/docs): same developer index at a docs URL
- [OpenAPI specification](https://hydratic.ai/openapi.json): honest spec for endpoints this site actually exposes
- [OpenAPI YAML](https://hydratic.ai/api/openapi.yaml)
- [Public site index](https://hydratic.ai/api/site)
- [Health](https://hydratic.ai/api/health)
- [llms.txt](https://hydratic.ai/llms.txt): short discovery index

## Authentication and scoped permissions

The Hydratic marketing site has no authenticated API. There are no OAuth scopes or API keys on hydratic.ai. Public discovery endpoints require no credentials. Do not send secrets here.

Tenant identity, connector credentials, and product authorization live in the Hydratic application, which is not served from this domain.

## Public API on this host

- `GET /api/health` — liveness JSON
- `GET /api/site` — public read model of this marketing site
- `POST /api/lead` — contact/lead intake (rate-limited, unauthenticated)
- `GET /openapi.json` — OpenAPI 3.1
- `GET /api/openapi.yaml` — same spec as YAML

Unknown `/api/*` paths return structured JSON 404 errors, not HTML.

## Product API

Runtime APIs for Hydratic agents, connectors, approvals, and tenant data are not published on hydratic.ai. Start at https://hydratic.ai/developers.

## MCP and webhooks

This marketing site does not host an MCP server or webhook receiver.

## Markdown

Key pages honor `Accept: text/markdown` on the same URL (homepage, /developers, /docs, legal pages, and 404s) and set `Vary: Accept`. Sibling `.md` URLs also work.

## Pages

- [Hydratic home](https://hydratic.ai/)
- [Hydratic developer resources](https://hydratic.ai/developers)
- [Hydratic docs](https://hydratic.ai/docs)
- [Contact](https://hydratic.ai/#contact)
- [Sitemap](https://hydratic.ai/sitemap.xml)
