Authenticate as a user to perform ad-hoc queries or engineer-level tasks. This method requires a username (email) and password.Documentation Index
Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
SSO Not Supported
This authentication method does not work with SSO (SAML, OIDC federation). Users must have a dedicated username and password configured directly in Keycloak. This approach ties API usage to individual BTP users and respects RBAC permissions.
Password Grant Flow
Use this flow for interactive access where you can securely provide your user credentials.Request
Response
The response contains theaccess_token needed for API requests.
Next Steps
Include this token in theAuthorization header of your API requests:
Authorization: Bearer <access_token>