# AgenticSynthetics

AgenticSynthetics is the ADT synthetic data and simulation workspace. Agents can inspect available generators, fetch governed proposal specs, and submit proposal packages for new generator options.

## Discovery

- Agent configuration: https://synthgen.stereovoid.com/.well-known/agent-configuration
- API catalog: https://synthgen.stereovoid.com/.well-known/api-catalog
- MCP server card: https://synthgen.stereovoid.com/.well-known/mcp/server-card.json
- OpenAPI: https://synthgen.stereovoid.com/openapi.json
- Health: https://synthgen.stereovoid.com/api/health

## Core APIs

- `GET /api/generators` lists available generators.
- `POST /api/generate` creates records from a generator.
- `GET /api/spec-packages/generator-option/current` returns the current proposal spec.
- `GET /api/proposals` lists proposal records for the authenticated actor.
- `POST /api/proposals` submits a governed proposal package.

## Auth

Agent protocol access is coordinated through AgentsIdentify Agent Auth. Mutating agent calls require approved capabilities and provider-signed proxy headers.
