Get Started

Go from zero to first successful agent response in under 15 minutes.

What you need

Use one app as your security boundary. Everything below assumes app-scoped credentials and resources.

Fast path

Create app context, authenticate, and verify you can read resources before changing anything.

  1. Run `archastro login` and complete device auth.
  2. Set your active app with `archastro set app <app-id>`.
  3. Confirm context with `archastro status`.
  4. List resources with `archastro get apps` and `archastro get agents`.

Quick bootstrap

archastro login
archastro set app app_123
archastro status
archastro get apps
archastro get agents

Success criteria

You are ready for deeper docs when your CLI status shows the expected app and your first agent resource query returns data.