Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.arkor.ai/llms.txt

Use this file to discover all available pages before exploring further.

Sign in to Arkor Cloud

You can use Arkor anonymously without ever signing in: arkor dev bootstraps an anonymous identity for you on first launch. To tie work to your Arkor Cloud account instead, use arkor login.

Sign in

pnpm arkor login
The CLI prompts you to pick OAuth (browser) or Anonymous. Pick OAuth to sign in to your Arkor Cloud account; the CLI opens a browser, you authorize, and credentials land in ~/.arkor/credentials.json. To skip the picker:
pnpm arkor login --oauth
In CI, use --anonymous instead; OAuth needs a browser.

Check who you are

pnpm arkor whoami
Prints the current identity and the orgs you can reach.

Sign out

arkor logout deletes ~/.arkor/credentials.json. The next arkor dev will bootstrap a fresh anonymous identity, or you can arkor login --oauth again.

Reference

For the full picker / flag matrix, the anonymous-vs-OAuth tradeoffs, token expiry behavior, and every error message, see the auth reference.