Skip to content

CLI

Install: npm install -g @altlabs/cli - then alt auth login with a key from your app settings. Every read command accepts --json for scripting. ALT_API_KEY and ALT_PLATFORM_URL override the stored config.

alt auth

sign in / out of the platform

alt auth login

store your platform API key (mint one in your app settings)

  • --key <key> pass the key non-interactively

alt auth status

show who you are signed in as

alt auth logout

forget the stored key (does not revoke it - use alt keys revoke)

alt keys

manage platform API keys

alt keys list

list your keys (raw keys are never shown)

  • --json print raw JSON

alt keys revoke [options] <id>

revoke a key by id

alt whoami

identity, linked apps, scopes, usage, and limits

  • --json print raw JSON

alt oos

Organic OS - holistic health data

alt oos search [options] <query>

search remedies, conditions, toxins, biomarkers

  • --json print raw JSON
  • --types <types> comma-separated subset (remedy,condition,toxin,biomarker)

alt oos remedy [options] <id>

full remedy profile by id or exact name

  • --json print raw JSON

alt oos condition [options] <id>

full condition profile by id or exact name

  • --json print raw JSON

alt oos check-interactions [options] <items...>

cross-check a stack, e.g.: alt oos check-interactions “st john’s wort” sertraline

  • --json print raw JSON

alt oos stacks

your saved remedy stacks (requires linked Organic OS account)

  • --json print raw JSON

alt rndtoo

RND TOO - foundational belief mastery

alt rndtoo beliefs

list the 75 foundational beliefs

  • --json print raw JSON
  • --world <world> inner | outer

alt rndtoo belief [options] <slug>

one belief in full, by slug or id

  • --json print raw JSON

alt api [options] <method> <path>

raw request, e.g.: alt api get /v1/oos/toxins | alt api post /v1/oos/interactions/check —data ’{“items”:[“kava”]}’

  • --data <json> JSON request body

alt mcp

run or install the MCP server for AI agents

alt mcp serve

run the local stdio MCP server using your stored key

alt mcp install

print setup for an MCP client

  • --client <client> claude-desktop | claude-code | chatgpt | n8n

alt docs

open the platform docs