DMflo Authentication

DMflo uses OAuth 2.0 authorization code flow. Request only the scopes your agent needs.

OAuth 2.0 Endpoints

Scopes

Protected-Resource Metadata

Machine-readable scope declarations available at /.well-known/protected-resource.json (RFC 9728).

Getting Started

1. Register your application at DMflo Developer Portal.

2. Redirect users to the authorization URL with your requested scopes.

3. Exchange the authorization code for an access token at the token URL.

4. Include the access token in the Authorization header of API requests.