# Get Deleto API

Public, agent-discoverable endpoints for https://www.getdeleto.com.

## Base URL

`https://www.getdeleto.com`

## Endpoints

| Method | Path | Auth | Description |
|--------|------|------|-------------|
| GET | `/api/status` | Optional Bearer | Health / status |
| GET | `/openapi.json` | None | OpenAPI 3.1 description |
| GET | `/.well-known/api-catalog` | None | RFC 9727 API catalog |
| POST | `/api/agent/identity` | None | Agent registration (auth.md) |
| POST | `/api/oauth2/token` | None | Token exchange |
| POST | `/api/mcp` | Optional Bearer | MCP Streamable HTTP |

## Notes

Get Deleto writing sessions run entirely in the browser (local storage). These APIs expose discovery, health, and agent auth metadata — not user draft content.
