你的AI Agent已经知道如何使用的基础设施。
CLI优先。基于SSH。默认JSON输出。每个rdc命令都为自主Agent设计——无需GUI、无需浏览器自动化、无需自定义集成。
输出仅作示例,实际运行可能有更多日志。 CLI reference: rdc machine
AI Agent功能强大——但大多数基础设施在与之对抗
你的AI编程助手可以自主编写、测试和调试代码。但当它需要部署、检查状态或管理基础设施时,就会遇到障碍:仅限GUI的仪表板、OAuth浏览器流程、不稳定的API,以及撑爆上下文窗口的响应。
三步实现Agent管理的基础设施
Configure
Drop an AGENTS.md template into your project root. Your AI assistant reads it on startup and knows every rdc command.
Discover
Run rdc agent capabilities to get a structured JSON command tree. The agent knows what's available without documentation.
Operate
Deploy, monitor, rollback — all through CLI commands with JSON output. No GUI, no browser, no custom integration.
为什么rdc是为AI Agent而生
Rediacc的每一个设计决策都优先考虑机器可读接口。非TTY检测自动切换为JSON输出。一致的信封格式意味着Agent以相同方式解析每个响应。基于SSH的认证意味着无需OAuth流程或令牌管理。
为自主基础设施管理而构建
Zero integration effort
Drop AGENTS.md in your project. Your AI assistant immediately knows every available command, flag, and workflow.
Context-window friendly
JSON responses average ~200 tokens. The --fields flag lets agents request only the data they need. No wasted context.
Safe by default
--dry-run previews destructive operations. --yes enables automation. Agents can deploy confidently with built-in guardrails.
给你的一条消息
让你的AI Agent管理你的基础设施
安装CLI。添加AGENTS.md模板。你的AI助手会处理其余一切。
免费开始使用