Skip to main content Skip to navigation Skip to footer

Infrastructure an AI agent already knows how to use.

CLI-first. SSH-based. JSON by default. Every rdc command is built for autonomous agents: no GUI, no browser automation, no custom integrations.

THE PROBLEM

AI agents are powerful, but most infrastructure fights them

An AI coding assistant can write, test, and debug code autonomously. But when it needs to deploy, check status, or manage infrastructure, it hits a wall: GUI-only dashboards, OAuth browser flows, unstable APIs, and responses that blow the context window.

73% of developers plan to use AI agents for infrastructure tasks by 2026 GitHub 2025
4x more context window used by unstructured vs. JSON output Industry analysis
0% of traditional infrastructure platforms designed for AI agents Market survey
100%
CLI-native operations
~200
Avg. tokens per response
0
Browser automation needed
HOW IT WORKS

Three steps to agent-managed infrastructure

1

Configure

Drop an AGENTS.md template into the project root. The AI assistant reads it on startup and knows every rdc command.

2

Discover

Connect the assistant to rdc mcp serve and it gets typed tools for every operation. Or run rdc --help-all for the full command reference.

3

Operate

Deploy, monitor, rollback. All through CLI commands with JSON output. No GUI, no browser, no custom integration.

AI Agent Running
claude-code CLI
rdc repo up SSH
json-output stdout
agent-caps API
rdc
SSH + JSON
Infrastructure Managed
prod-1 12 repos
staging 8 repos
backups snapshots
monitoring health
AGENT-NATIVE DESIGN

Why rdc is built for AI agents

Every design decision in Rediacc prioritizes machine-readable interfaces. Non-TTY detection auto-switches to JSON. The consistent envelope format means agents parse every response the same way. SSH-based auth means no OAuth flows or token management.

WHY IT MATTERS

Built for autonomous infrastructure management

Zero integration effort

Drop AGENTS.md in the project. The 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. Even a whole-cluster fork follows the same rules.

Let the AI agent manage the infrastructure

Install the CLI. Add the AGENTS.md template. The AI assistant handles the rest.

Start free trial
$ curl -fsSL https://www.rediacc.com/install.sh | bash