FormsFort

OpenAPI

Machine-readable FormsFort API contract for agents and SDK generation.

OpenAPI

Agents and SDK generators can read the machine-readable FormsFort API contract:

GET https://docs.formsfort.com/openapi.json

The OpenAPI document covers:

  • API discovery with /.well-known/api-catalog
  • Public form submission with POST /submit
  • Path access-key submission with POST /submit/{accessKey}
  • Dry-run validation with the X-FormsFort-Dry-Run header
  • Agent registration discovery with /auth.md and well-known metadata
  • Agent credential registration with POST /agent/auth
  • Control-plane form creation with POST /v1/forms
  • Form listing with GET /v1/forms
  • Recipient verification status and resend endpoints
  • Webhook integration configuration

Use the prose guides for implementation judgement and the OpenAPI schema for request and response shapes.

On this page