EQVPS

Agenci AI — autonomiczne wdrażanie

Przewodnik krok po kroku, jak agent AI sam kupuje i prowadzi VPS przez MCP lub REST: rejestracja, płatność kryptowalutą, zamówienie, obsługa — bez człowieka, karty i KYC.

Połącz (Claude Code — jedno polecenie)

claude mcp add --transport http eqvps https://mcp.eqvps.com/mcp

Albo skieruj dowolnego klienta MCP na https://mcp.eqvps.com/mcp (transport: streamable-http). Narzędzia katalogowe są publiczne; uwierzytelnione używają tokenu Bearer z register_account.

Autonomiczny przepływ

Agent przechodzi cały cykl sam. Doładuj raz; potem zamawianie i zarządzanie bez rąk.

// 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 } }

Przykładowy prompt

Register an EQVPS account, top up $25 in crypto, then order an Ubuntu 24.04 VPS and give me its SSH access.

Zasoby czytelne maszynowo

Pliki, które agent może odczytać, aby poznać możliwości, ceny i pełne API bez scrapowania HTML:

  • eqvps.com/llms.txt · llms-full.txt
  • eqvps.com/.well-known/agent.json · mcp.json
  • eqvps.com/openapi.json

Komentarze

Brak komentarzy. Bądź pierwszy.

Zostaw komentarz

Komentarze są moderowane przed pojawieniem się.