Agent skill
agentuity-cli-project-auth-init
Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-project-auth-init
Metadata
Additional technical details for this skill
- tags
- mutating slow requires-auth
- command
- agentuity project auth init
SKILL.md
Project Auth Init
Set up Agentuity Auth for your project
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
bash
agentuity project auth init [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--skipMigrations |
boolean | Yes | - | Skip running database migrations (run agentuity project auth generate later) |
Examples
Set up Agentuity Auth with database selection:
bash
bunx @agentuity/cli project auth init
Output
Returns JSON object:
json
{
"success": "boolean",
"database": "string",
"authFileCreated": "boolean",
"migrationsRun": "boolean"
}
| Field | Type | Description |
|---|---|---|
success |
boolean | Whether setup succeeded |
database |
string | Database name used |
authFileCreated |
boolean | Whether auth.ts was created |
migrationsRun |
boolean | Whether migrations were run |
Didn't find tool you were looking for?