> ## 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.

# Local environment bridge

> Fill another project's .env from Arka's local configuration.

```bash theme={null}
arka env-bridge /path/to/project
arka env-bridge /path/to/project --allow OPENAI_API_BASE,OLLAMA_HOST --apply
```

The bridge is deterministic and local-only; it does not send values to an LLM.
It redacts values in previews, never overwrites existing keys, and requires
`--apply` before writing. Prefer `--allow` to limit the variables copied.


## Related topics

- [Arka — AI terminal agent documentation](/index.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Spline 3D guidance](/guides/spline.md)
- [Configuration](/guides/configuration.md)
- [.env setup](/guides/env-setup.md)
