agentuity-cli-project-auth-init

Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials

allowed_tools: Bash(agentuity:*)

$ 安裝

git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-project-auth-init ~/.claude/skills/discord-help-agent

// tip: Run this command in your terminal to install the skill


name: agentuity-cli-project-auth-init description: Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity project auth init" tags: "mutating slow requires-auth"

Project Auth Init

Set up Agentuity Auth for your project

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity project auth init [options]

Options

OptionTypeRequiredDefaultDescription
--skipMigrationsbooleanYes-Skip running database migrations (run agentuity project auth generate later)

Examples

Set up Agentuity Auth with database selection:

bunx @agentuity/cli project auth init

Output

Returns JSON object:

{
  "success": "boolean",
  "database": "string",
  "authFileCreated": "boolean",
  "migrationsRun": "boolean"
}
FieldTypeDescription
successbooleanWhether setup succeeded
databasestringDatabase name used
authFileCreatedbooleanWhether auth.ts was created
migrationsRunbooleanWhether migrations were run