Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 flows vault connections create

Create a new vault connection.

A name is required, supplied with --name or the interactive prompt, along with an app id via --app-id. Setup credentials are authored interactively or supplied with --setup-file; the file must contain only the setup body, not a name. Run --setup-template --app-id <APP_ID> to print the setup credentials template for a given app.

Usage

auth0 flows vault connections create [flags]

Examples

  auth0 flows vault connections create
  auth0 flows vault connections create --name "My Connection" --app-id SLACK
  auth0 flows vault connections create --name "My Connection" --app-id SLACK --setup-file ./setup.json
  auth0 flows vault connections create --setup-template --app-id SLACK > setup.json

Flags

      --app-id string       Identifier of the app the Vault connection integrates with (e.g. HTTP, SLACK).
      --json                Output in json format.
      --json-compact        Output in compact json format.
      --name string         Name of the Vault connection.
  -f, --setup-file string   Path to a JSON file containing the vault connection setup credentials. Run with --setup-template --app-id <APP_ID> to see the expected setup schema for a given app.
      --setup-template      Print the setup credentials template for the given --app-id and exit.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.