> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Local environment bridge

> Arka के local configuration से किसी अन्य project की .env भरें।

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

यह bridge deterministic और केवल-local है; यह values को LLM पर नहीं भेजता।
यह previews में values को redact करता है, मौजूदा keys को कभी overwrite नहीं करता, और लिखने से पहले
`--apply` की आवश्यकता होती है। copy की गई variables को सीमित करने के लिए `--allow` को प्राथमिकता दें।


## Related topics

- [वेब डैशबोर्ड](/hi/guides/web-dashboard.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Spline 3D guidance](/hi/guides/spline.md)
- [Configuration](/hi/guides/configuration.md)
- [Hosted mode](/hi/guides/hosted-mode.md)
