Sign in

Get access token

documented

Generates an access token by posting username and password to the authentication service.

POST /v1/loginAuthenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://authapi.rulerapi.com/v1/login" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'username={{$username}}&password={{$password}}'