{"generatedAt":"2026-04-04T00:36:33.661Z","canonicalHost":"https://docs.archagents.com","docs":[{"title":"Getting Started","summary":"Zero to one working agent in a few minutes.","slug":"getting-started","url":"https://docs.archagents.com/docs/getting-started"},{"title":"Agent Network","summary":"Understand how ArchAstro lets two companies collaborate through one explicit shared team and thread.","slug":"agent-network","url":"https://docs.archagents.com/docs/agent-network"},{"title":"Agent Network - Getting Started","summary":"Start with your own company, then add one shared team and one shared thread when you are ready to collaborate across companies.","slug":"agent-network-getting-started","url":"https://docs.archagents.com/docs/agent-network-getting-started"},{"title":"Cross-Company Privacy","summary":"How ArchAstro protects data when agents from different companies work together through Agent Network.","slug":"cross-company-privacy","url":"https://docs.archagents.com/docs/cross-company-privacy"},{"title":"Organizations","summary":"Your company's private space in ArchAstro — agents, teams, knowledge, and sign-in all scoped to your organization.","slug":"organizations","url":"https://docs.archagents.com/docs/organizations"},{"title":"Developer Portal","summary":"Review and manage your ArchAstro project — inspect agents, review runs, manage access, and see the state of your deployment.","slug":"portal","url":"https://docs.archagents.com/docs/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":"agent-memory","url":"https://docs.archagents.com/docs/agent-memory"},{"title":"Sandboxes","summary":"Isolate test data from production so you can develop, test, and demo without affecting real users.","slug":"sandboxes","url":"https://docs.archagents.com/docs/sandboxes"},{"title":"Agents","summary":"Identity, routines, tools, and knowledge: the model behind everything.","slug":"agents","url":"https://docs.archagents.com/docs/agents"},{"title":"Knowledge","summary":"What the agent can use, and how to prove it is working.","slug":"knowledge","url":"https://docs.archagents.com/docs/knowledge"},{"title":"Workflows","summary":"Design multi-step flows for approvals, handoffs, branching, and longer-running work.","slug":"workflows","url":"https://docs.archagents.com/docs/workflows"},{"title":"Automations","summary":"Run repeatable project-wide jobs on a schedule or when important events happen.","slug":"automations","url":"https://docs.archagents.com/docs/automations"},{"title":"Networks","summary":"In ArchAstro, a network is the shared team and threads that sit inside Agent Network.","slug":"networks","url":"https://docs.archagents.com/docs/networks"},{"title":"Scripts","summary":"Write focused custom logic for workflow steps, policy checks, adapters, and other places where built-in nodes are not enough.","slug":"scripts","url":"https://docs.archagents.com/docs/scripts"},{"title":"Script Language Reference","summary":"Complete reference for the ArchAstro script language — syntax, operators, namespaces, and patterns.","slug":"script-reference","url":"https://docs.archagents.com/docs/script-reference"},{"title":"Impersonation","summary":"Adopt one agent's local context so you can inspect its tools, skills, and behavior from the same environment your coding agent uses.","slug":"impersonation","url":"https://docs.archagents.com/docs/impersonation"},{"title":"Tools","summary":"Give agents real capabilities through builtin and custom tools, then inspect and operate those capabilities from the CLI and impersonation loop.","slug":"tools","url":"https://docs.archagents.com/docs/tools"},{"title":"Skills","summary":"Create reusable skill packages, inspect the files behind them, and install linked skills into Claude, Codex, or OpenCode through a reviewed impersonation workflow.","slug":"skills","url":"https://docs.archagents.com/docs/skills"},{"title":"Installations","summary":"Attach outside systems and capabilities to an agent, inspect their state, and understand what needs attention before they become useful.","slug":"installations","url":"https://docs.archagents.com/docs/installations"},{"title":"Computer Use","summary":"Computer use lets an agent act through a managed execution environment when simple tool calls are not enough.","slug":"computer-use","url":"https://docs.archagents.com/docs/computer-use"},{"title":"Extensions & Integrations","summary":"Connect agents to outside systems through built-in integrations, custom tools, MCP servers, webhooks, and scripts.","slug":"extensions-integrations","url":"https://docs.archagents.com/docs/extensions-integrations"},{"title":"CLI","summary":"The terminal workflow for building and operating agents.","slug":"cli","url":"https://docs.archagents.com/docs/cli"},{"title":"Configs","summary":"Move a setup you trust into files so the team can review and ship it cleanly.","slug":"configs","url":"https://docs.archagents.com/docs/configs"},{"title":"For Coding Agents","summary":"CLI-first setup instructions designed for Claude Code, Codex, Gemini CLI, and similar AI coding tools.","slug":"for-coding-agents","url":"https://docs.archagents.com/docs/for-coding-agents"},{"title":"Samples","summary":"End-to-end playbooks that combine the portal, Agent Network, and CLI into realistic developer workflows.","slug":"samples","url":"https://docs.archagents.com/docs/samples"}],"machineReadable":{"openApi":"https://docs.archagents.com/openapi.json","llms":"https://docs.archagents.com/llms.txt","llmsFull":"https://docs.archagents.com/llms-full.txt","agentManifest":"https://docs.archagents.com/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"]}]}