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

# 本地环境桥接

> 使用 Arka 的本地配置填充另一个项目的 .env。

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

该桥接是确定性且仅限本地的；它不会将值发送给 LLM。
它会在预览中脱敏值，绝不覆盖已有键，并要求在写入前使用
`--apply`。建议使用 `--allow` 限制要复制的变量。


## Related topics

- [Web 仪表盘](/cn/guides/web-dashboard.md)
- [配置、环境变量与 API 密钥设置](/cn/reference/configuration.md)
- [2026 年 8 月 17 日当周](/cn/changelog/2026-08-17.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [Spline 3D 指南](/cn/guides/spline.md)
