# Perflo Financial Agents API ## Docs - [Integrate with the Perflo API](https://docs.perflo-api.proofof.tech/index.md): Build against Perflo’s public financial API and its exact OpenAPI contract. - [Choose an OAuth client profile](https://docs.perflo-api.proofof.tech/oauth/client-profiles.md): Select a supported OAuth 2.0 or OpenID Connect flow and discover its endpoints. - [Use DPoP with Perflo tokens](https://docs.perflo-api.proofof.tech/oauth/dpop.md): Bind authorization grants and token requests to an ES256 proof-of-possession key. - [Prepare a client for registration](https://docs.perflo-api.proofof.tech/oauth/client-registration.md): Supply the exact profile, redirects, origins, keys, grants, and scopes for a Perflo client. - [Call Perflo from a browser](https://docs.perflo-api.proofof.tech/oauth/browser-access.md): Register a browser origin and use authorization code, PKCE, DPoP, and exact CORS checks. - [Manage connected clients](https://docs.perflo-api.proofof.tech/oauth/account-access.md): Understand provider-device authentication, consent, grant controls, logout, and provider disconnect. - [Get process liveness](https://docs.perflo-api.proofof.tech/api-reference/system/get-process-liveness.md): Returns whether the gateway process can serve HTTP requests. - [Get process readiness](https://docs.perflo-api.proofof.tech/api-reference/system/get-process-readiness.md): Returns whether the gateway is ready to receive traffic. - [Get the OpenAPI document](https://docs.perflo-api.proofof.tech/api-reference/system/get-the-openapi-document.md): Returns the generated OpenAPI document used by the public API reference and client tooling. ## OpenAPI Specs - [openapi](https://docs.perflo-api.proofof.tech/openapi.json)