AI ወኪሎች — በራስ-ገዝ ማዘጋጀት
AI ወኪል በራሱ በMCP ወይም REST VPS እንዲገዛና እንዲያሄድ ደረጃ-በ-ደረጃ መመሪያ: መመዝገብ፣ በክሪፕቶ መክፈል፣ ማዘዝ፣ ማንቀሳቀስ — ሰው የለም፣ ካርድ የለም፣ KYC የለም።
ይገናኙ (Claude Code — አንድ ትዕዛዝ)
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcpወይም ማንኛውንም MCP ደንበኛ ወደ https://mcp.eqvps.com/mcp ያመልክቱ (transport: streamable-http)። የካታሎግ መሳሪያዎች ይፋዊ ናቸው፤ የተረጋገጡ መሳሪያዎች ከregister_account የBearer ቶከን ይጠቀማሉ።
የራስ-ገዝ ፍሰቱ
ወኪል ሙሉውን የህይወት ዑደት ራሱ ያሄዳል። አንድ ጊዜ ይሙሉ፤ ከዚያ በኋላ ማዘዝና ማስተዳደር በራስ-ሰር ናቸው።
// 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 } }የምሳሌ prompt
Register an EQVPS account, top up $25 in crypto, then order an Ubuntu 24.04 VPS and give me its SSH access.በማሽን-ሊነበቡ የሚችሉ ሀብቶች
ወኪል ችሎታዎችን፣ ዋጋዎችንና ሙሉ APIን HTML ሳይፍቅ ለማግኘት ሊያነብ የሚችላቸው ፋይሎች:
- eqvps.com/llms.txt · llms-full.txt
- eqvps.com/.well-known/agent.json · mcp.json
- eqvps.com/openapi.json
አስተያየቶች
እስካሁን አስተያየቶች የሉም። መጀመሪያ ይሁኑ።