> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# agent-cards companies credentials create

> Register a client for an app (uses current env mode; production requires an

Register a client for an app (uses current env mode; production requires an

```bash theme={null}
agent-cards companies credentials create --help
```

```text theme={null}
Usage: agent-cards companies credentials create [options]

Register a client for an app (uses current env mode; production requires an
active subscription)

Options:
  --org <org-id>         Company ID
  --name <name>          App name shown on the consent screen
  --redirect-uri <uris>  Redirect URI(s), comma-separated
  --public               Public client (PKCE, no client_secret) instead of the
                         default confidential client
  -h, --help             display help for command
```
