Files
timmy-home/skills/inference-sh/cli/references/authentication.md
Alexander Whitestone 0d64d8e559 initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00

1.1 KiB

Authentication & Setup

Install the CLI

curl -fsSL https://cli.inference.sh | sh

Login

infsh login

This opens a browser for authentication. After login, credentials are stored locally.

Check Authentication

infsh me

Shows your user info if authenticated.

Environment Variable

For CI/CD or scripts, set your API key:

export INFSH_API_KEY=your-api-key

The environment variable overrides the config file.

Update CLI

infsh update

Or reinstall:

curl -fsSL https://cli.inference.sh | sh

Troubleshooting

Error Solution
"not authenticated" Run infsh login
"command not found" Reinstall CLI or add to PATH
"API key invalid" Check INFSH_API_KEY or re-login

Documentation