Skip to main content
The atlanai CLI gives developers one terminal interface for Registry artifacts, repository skills, files, Gateway APIs, and coding-agent trace capture.
Preview. Verify the CLI workflow in your environment before depending on it in production automation.

Install the CLI

Install or update the current Preview release on macOS, Linux, or Windows.

Get started

Publish and verify a disposable Skill before you automate a real one.

Automate with the CLI

Use API-key auth, structured output, stable exit codes, and the API escape hatch.

Command reference

Browse every public command group and its current flags.

Common jobs

  • Find artifacts with atlanai search, or list one kind with skill, harness, or file.
  • Validate, publish, install, and roll back repository skills.
  • Upload and download file artifacts.
  • Call any authenticated Gateway endpoint with atlanai api.
  • Install coding-agent integrations and inspect trace delivery.
Registry permissions always come from the authenticated Atlan identity. The CLI does not bypass workspace access, review gates, or archive confirmation.

Automation and agents

Start a script or coding agent with a read-only identity check, then ask it to discover the command surface in one call:
Use --json, --jq, or --template when another program consumes the result. Keep destructive commands interactive unless the exact target and approval are already part of the automation.

Discover commands

Use built-in help for one command or print the complete command tree for a coding agent or script:
The reference is pinned to the released CLI source. Your installed binary is still authoritative when it is newer than this site.