{"generatedAt":"2026-08-04T00:23:55.296Z","canonicalHost":"https://latest.docs.archastro.ai","docs":[{"title":"Getting Started","summary":"From signup to your first customer in four steps. The portal walks you through it; the CLI does the same things from your terminal.","slug":"start-here/getting-started","url":"https://latest.docs.archastro.ai/docs/start-here/getting-started"},{"title":"Use ArchAstro from your coding agent","summary":"Claude Code, Codex, and Cursor are the fastest, safest way to drive ArchAstro from your development workflow.","slug":"start-here/coding-agents","url":"https://latest.docs.archastro.ai/docs/start-here/coding-agents"},{"title":"Organizations","summary":"Your company's private space in ArchAstro, agents, teams, knowledge, and sign-in all scoped to your organization.","slug":"collaborate/organizations","url":"https://latest.docs.archastro.ai/docs/collaborate/organizations"},{"title":"Developer Portal","summary":"Review and manage what you've deployed: agents, networks, activity, and org settings.","slug":"operate-agents/portal","url":"https://latest.docs.archastro.ai/docs/operate-agents/portal"},{"title":"Agent Memory","summary":"Use memory to let an agent retain the right facts over time without turning it into an unreviewable black box.","slug":"operate-agents/agent-memory","url":"https://latest.docs.archastro.ai/docs/operate-agents/agent-memory"},{"title":"Sandboxes","summary":"Isolate test data from production so you can develop, test, and demo without affecting real users.","slug":"operate-agents/sandboxes","url":"https://latest.docs.archastro.ai/docs/operate-agents/sandboxes"},{"title":"Agents","summary":"Identity, routines, tools, and knowledge: the model behind everything.","slug":"build-agents/agents","url":"https://latest.docs.archastro.ai/docs/build-agents/agents"},{"title":"Knowledge","summary":"What the agent can use, and how to prove it is working.","slug":"build-agents/knowledge","url":"https://latest.docs.archastro.ai/docs/build-agents/knowledge"},{"title":"Workflows","summary":"Design multi-step flows for approvals, handoffs, branching, and longer-running work.","slug":"build-agents/workflows","url":"https://latest.docs.archastro.ai/docs/build-agents/workflows"},{"title":"Integrations","summary":"Choose how agents connect to outside services, understand who owns each credential, and verify a connection before relying on it.","slug":"integrations/overview","url":"https://latest.docs.archastro.ai/docs/integrations/overview"},{"title":"Slack","summary":"Connect Slack to your organization, enable agents, assign channel residents, and understand how Slack channels and reply threads map into ArchAstro.","slug":"integrations/slack","url":"https://latest.docs.archastro.ai/docs/integrations/slack"},{"title":"Automations","summary":"Run repeatable project-wide jobs on a schedule or when important events happen.","slug":"build-agents/automations","url":"https://latest.docs.archastro.ai/docs/build-agents/automations"},{"title":"Scripts","summary":"Write focused custom logic for workflows and routines, plus ScriptTest files that exercise scripts through the CLI and portal test runner.","slug":"build-agents/scripts","url":"https://latest.docs.archastro.ai/docs/build-agents/scripts"},{"title":"Script Language Reference","summary":"Complete reference for the ArchAstro script language, including syntax, operators, namespaces, and the test namespace for ScriptTest files.","slug":"build-agents/script-reference","url":"https://latest.docs.archastro.ai/docs/build-agents/script-reference"},{"title":"Embed","summary":"Step into a live agent's exact tools and skills from Claude Code, Codex, or Cursor.","slug":"operate-agents/embed","url":"https://latest.docs.archastro.ai/docs/operate-agents/embed"},{"title":"Tools","summary":"Give agents real capabilities through builtin and custom tools, then inspect and operate those capabilities from the CLI and embed loop.","slug":"build-agents/tools","url":"https://latest.docs.archastro.ai/docs/build-agents/tools"},{"title":"Skills","summary":"Create reusable skill packages, inspect the files behind them, and install linked skills into Claude, Codex, or Cursor through a reviewed embed workflow.","slug":"build-agents/skills","url":"https://latest.docs.archastro.ai/docs/build-agents/skills"},{"title":"Secrets","summary":"Per-agent environment variables. API keys, webhook secrets, and other credentials a single agent needs to call out to its tools.","slug":"operate-agents/secrets","url":"https://latest.docs.archastro.ai/docs/operate-agents/secrets"},{"title":"Installations","summary":"Attach outside systems and capabilities to an agent, inspect their state, and understand what needs attention before they become useful.","slug":"operate-agents/installations","url":"https://latest.docs.archastro.ai/docs/operate-agents/installations"},{"title":"Computer Use","summary":"Computer use lets an agent act through a managed execution environment when simple tool calls are not enough.","slug":"operate-agents/computer-use","url":"https://latest.docs.archastro.ai/docs/operate-agents/computer-use"},{"title":"Extensions & Integrations","summary":"Connect agents to outside systems through built-in integrations, custom tools, MCP servers, webhooks, and scripts.","slug":"more/extensions-integrations","url":"https://latest.docs.archastro.ai/docs/more/extensions-integrations"},{"title":"CLI","summary":"The terminal workflow for building and operating agents.","slug":"start-here/cli","url":"https://latest.docs.archastro.ai/docs/start-here/cli"},{"title":"Configs","summary":"Move a setup you trust into files so the team can review and ship it cleanly.","slug":"build-agents/configs","url":"https://latest.docs.archastro.ai/docs/build-agents/configs"},{"title":"For Coding Agents","summary":"The machine-readable version of Getting Started for Claude Code, Codex, Cursor, and similar AI coding tools.","slug":"start-here/for-coding-agents","url":"https://latest.docs.archastro.ai/docs/start-here/for-coding-agents"},{"title":"Samples","summary":"End-to-end playbooks that combine the portal and CLI into realistic developer workflows.","slug":"build-agents/samples","url":"https://latest.docs.archastro.ai/docs/build-agents/samples"},{"title":"AstroDev","summary":"A local coding agent for interactive or headless work — run standalone or embed a live ArchAstro agent with its identity, tools, and skills.","slug":"start-here/astrodev","url":"https://latest.docs.archastro.ai/docs/start-here/astrodev"},{"title":"Astrorun","summary":"A local work queue that finds agent work, drafts responses through your preferred coding harness, and keeps review and completion records on your machine.","slug":"start-here/astrorun","url":"https://latest.docs.archastro.ai/docs/start-here/astrorun"}],"machineReadable":{"openApi":"https://latest.docs.archastro.ai/openapi.json","llms":"https://latest.docs.archastro.ai/llms.txt","llmsFull":"https://latest.docs.archastro.ai/llms-full.txt","agentManifest":"https://latest.docs.archastro.ai/agent-manifest.json"},"playbooks":[{"id":"cli-session-bootstrap","title":"Bootstrap a safe CLI session","purpose":"Authenticate, set app context, and verify read access before mutations.","prerequisites":["ArchAstro CLI installed","Portal user/device auth available","Target app ID known"],"commands":["archastro auth login","archastro config set app <app-id>","archastro auth status","archastro list apps","archastro list agents"],"verification":["`archastro auth status` shows expected app ID","resource list commands return JSON"]},{"id":"claude-code-single-change","title":"Claude Code: perform one scoped change","purpose":"Allow autonomous agents to make a single, auditable CLI mutation safely.","prerequisites":["Authenticated CLI session","App context set","Target resource ID resolved via read command"],"commands":["archastro auth status","archastro list <resource-type>s","archastro describe <resource-type> <resource-id>","# execute one scoped mutating command","archastro describe <resource-type> <resource-id>"],"verification":["post-change read reflects intended delta","agent emits machine-readable summary with action/target/status"]}]}