Skip to content

API reference

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/validations

Active 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.

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/mcp is the global/customer MCP gateway.
  • https://docs.fideslayer.com/mcp is 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.