انتقل إلى المحتوى الرئيسي انتقل إلى الملاحة انتقل إلى التذييل
لوكلاء AI

بنية تحتية يعرف وكيل AI الخاص بك كيف يستخدمها بالفعل.

CLI أولاً. قائم على SSH. JSON افتراضياً. كل أمر rdc مصمم للوكلاء المستقلين — بدون واجهة رسومية، بدون أتمتة متصفح، بدون تكاملات مخصصة.

$ rdc machine status prod-1 -o json
SSH connection established .... done
Querying renet daemon ......... done
12 repositories, 47 containers .. all healthy
✓ {"success": true, "command": "machine info", "data": {...}}
Format: JSON    Latency: 142ms    Auth: SSH    Tokens: ~200

المخرجات توضيحية؛ وقد ينتج التشغيل الفعلي سجلات إضافية. CLI reference: rdc machine

100%
CLI-native operations
~200
Avg. tokens per response
0
Browser automation needed
المشكلة

وكلاء AI أقوياء — لكن معظم البنية التحتية تقاومهم

مساعد البرمجة بالذكاء الاصطناعي يمكنه كتابة واختبار وتصحيح الأكواد بشكل مستقل. لكن عندما يحتاج للنشر أو التحقق من الحالة أو إدارة البنية التحتية، يصطدم بجدار: لوحات تحكم بواجهة رسومية فقط، تدفقات مصادقة OAuth عبر المتصفح، واجهات برمجية غير مستقرة، واستجابات تستنزف نافذة السياق.

73% of developers plan to use AI agents for infrastructure tasks by 2026 GitHub 2025 [1]
4x more context window used by unstructured vs. JSON output Industry analysis [2]
0% of traditional infrastructure platforms designed for AI agents Market survey [3]
البنية التحتية التقليدية
Step 1 Open dashboard
Step 2 OAuth login
Step 3 Parse HTML
Step 4 Custom API
Step 5 Agent fails
مع Rediacc
rdc repo up
JSON
Done
كيف يعمل

ثلاث خطوات لبنية تحتية يديرها الوكيل

1

Configure

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

2

Discover

Run rdc agent capabilities to get a structured JSON command tree. The agent knows what's available without documentation.

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
تصميم أصلي للوكلاء

لماذا rdc مصمم لوكلاء AI

كل قرار تصميمي في Rediacc يعطي الأولوية للواجهات القابلة للقراءة آلياً. الكشف عن عدم وجود TTY يتحول تلقائياً إلى JSON. تنسيق المغلف الموحد يعني أن الوكلاء يحللون كل استجابة بنفس الطريقة. المصادقة عبر SSH تعني عدم الحاجة لتدفقات OAuth أو إدارة الرموز.

المنصات التقليدية
Rediacc (rdc CLI)
GUI dashboards: requires browser automation or screenshots
CLI-first: every operation is a shell command
OAuth/browser login: agents can't authenticate
SSH keys: agents authenticate like any CLI tool
HTML/unstructured output: 4x token usage, fragile parsing
JSON envelope: consistent schema, ~200 tokens per response
No discovery: agents need docs or hardcoded API calls
rdc agent capabilities: structured command tree at runtime
لماذا هذا مهم

مصمم لإدارة البنية التحتية المستقلة

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 الخاص بك يدير بنيتك التحتية

ثبّت CLI. أضف قالب AGENTS.md. مساعد AI الخاص بك يتولى الباقي.

ابدأ مجاناً
$ curl -fsSL https://www.rediacc.com/install.sh | bash