API reference
Validation resources
Section titled “Validation resources”The Product API is the authoritative application boundary for validation resources. Integrations should use the versioned API contract for Systems, Flows, Runs, Reports, and Evidence Bundles.
The validation collection is available at:
/api/v1/validationsActive Flow versions are runnable. Older versions remain available for historical Runs. Editing a Flow creates a new version and links it to the prior version. Run inputs are snapshotted at execution time.
API and MCP are different entry points
Section titled “API and MCP are different entry points”The Product API and the MCP services are related but not interchangeable:
- The Product API is for application clients and owns resource authorization.
https://mcp.fideslayer.com/mcpis the global/customer MCP gateway.https://docs.fideslayer.com/mcpis the docs-only MCP.
Do not send product mutations to the docs-only MCP. Do not treat documentation retrieval as proof of Product API authorization.
Operational authentication, request schemas, and mutation availability are published with each service contract. This page intentionally does not invent credentials or undocumented tool names.