> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Workspace discovery

> Map services, micro-frontends, and runtimes from one workspace.

Use `arka workspace` to build a read-only inventory across a monorepo or a
directory containing multiple projects:

```bash theme={null}
arka workspace .
arka workspace . --json
arka workspace . --depth 5
```

Arka detects common manifests (`package.json`, `pyproject.toml`, Go, Rust,
Docker) and labels likely frontend boundaries. The inventory is intentionally
non-mutating; use the resulting paths with `arka ci`, `arka review`, or
`arka telemetry-connect` for service-specific work.


## Related topics

- [How to code with Arka](/guides/code-with-arka.md)
- [AI teammate review](/guides/teammate-review.md)
- [Hackathon discovery and planning](/guides/hackathons.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
