POST /register), which mints a new client per call, this gives you one pinned client_id you can hardcode in your app’s environment.
The client is a public client (PKCE, no secret).
Options
| Option | Description |
|---|---|
--org <org-id> | Organization that owns the client. Prompted if omitted. |
--name <name> | App name shown on the consent screen and in users’ connected-apps list. |
--redirect-uri <uris> | One or more redirect URIs, comma-separated. |
Example
client_id in your app, then follow Connect with Agentcard to implement the flow. List or revoke clients with oauth-clients list and oauth-clients revoke.