Yapay zeka ajanları — otonom kurulum
Bir yapay zeka ajanının MCP veya REST üzerinden VPS'i kendi başına satın alıp çalıştırması için adım adım kılavuz: kayıt, kripto ödeme, sipariş, yönetim — insan, kart, KYC yok.
Bağlan (Claude Code — tek komut)
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcpYa da herhangi bir MCP istemcisini https://mcp.eqvps.com/mcp adresine yönlendir (aktarım: streamable-http). Katalog araçları herkese açık; kimlik doğrulamalı araçlar register_account'tan gelen Bearer jetonu kullanır.
Otonom akış
Ajan tüm yaşam döngüsünü kendi yürütür. Bir kez yükle; sonrası sipariş ve yönetim elle temassız.
// 1. Discover plans (no auth)
list_plans()
// 2. Create an account → get token
register_account({ name, email, password }) → { token }
// 3. (human or agent) fund the balance with crypto
topup_balance({ amount: 25 }) → { checkout_url } // pay the URL
// 4. Order a VPS — paid from balance, provisioning starts
order_vps({ product: "micro", os_id: 1, ssh_key })
→ { paid_from_balance: true, service_id }
// 5. Poll until ready, then read SSH access
get_vps_status({ id: service_id }) → { status: "active", access: { command } }Örnek istem
Register an EQVPS account, top up $25 in crypto, then order an Ubuntu 24.04 VPS and give me its SSH access.Makine tarafından okunabilir kaynaklar
Bir ajanın HTML kazımadan yetenekleri, fiyatları ve tüm API'yi keşfetmek için okuyabileceği dosyalar:
- eqvps.com/llms.txt · llms-full.txt
- eqvps.com/.well-known/agent.json · mcp.json
- eqvps.com/openapi.json
Yorumlar
Henüz yorum yok. İlk olun.