Agent card · OpenAPI 3.1 · MCP
İnsansız sunucu satın alın
Kimlik katmanını gizlilik nedenleriyle kaldırdık. Bunun yan etkisi, piyasadaki en temiz ajan satın alınabilir ödeme akışını üretmesi oldu — e-posta onayı, kart formu ve captcha yok çünkü hiç olmadı.
Cevap
Incognito VPS exposes an agent card at /.well-known/agent.json, an OpenAPI 3.1 document at /openapi.json and an MCP endpoint at /mcp. Authentication is a bearer token created on first use. An autonomous agent can create an account, settle a crypto top-up and deploy a server with no human intervention at any step.
Hesaptan çalışan sunucuya
Hiçbir aşamada insan adımı yok. Onay e-postası, kart formu veya captcha yok.
# 1. Create a token
curl -X POST https://incognitovps.com/api/v1/account
# → {"token":"IVPS-7K2M-9QX4-1BVN-5RTZ","balance_usd":0}
# 2. Create a top-up invoice
curl -X POST https://incognitovps.com/api/v1/topup \
-H "Authorization: Bearer IVPS-7K2M-9QX4-1BVN-5RTZ" \
-H "Content-Type: application/json" \
-d '{"amount_usd":50,"coin":"XMR"}'
# → {"invoice_id":"inv_...","pay_address":"8B...","pay_amount":"0.2841","expires_in":5400}
# 3. Settle on-chain, then poll
curl https://incognitovps.com/api/v1/topup/inv_... \
-H "Authorization: Bearer IVPS-7K2M-9QX4-1BVN-5RTZ"
# → {"status":"paid","credited_usd":50}
# 4. Deploy
curl -X POST https://incognitovps.com/api/v1/orders \
-H "Authorization: Bearer IVPS-7K2M-9QX4-1BVN-5RTZ" \
-H "Content-Type: application/json" \
-d '{"plan":"hv-4","region":"bulgaria","months":1,"os":"debian-13"}'
# → {"server_id":"srv_...","status":"active","ipv4":"185.132.48.77"} Uç noktalar
| Yöntem | Yol | Amaç | Kimlik doğrulama |
|---|---|---|---|
| GET | /.well-known/agent.json | Capability card: endpoints, auth scheme, payment model. | none |
| GET | /openapi.json | Complete OpenAPI 3.1 specification. | none |
| GET | /api/v1/catalog | Plans, locations and live prices. | none |
| POST | /api/v1/account | Create a token. Returns it once. | none |
| GET | /api/v1/account | Balance and server list. | bearer |
| POST | /api/v1/quote | Price a configuration before committing. | none |
| POST | /api/v1/topup | Crypto invoice to credit balance. | bearer |
| GET | /api/v1/topup/{id} | Poll invoice status. | bearer |
| POST | /api/v1/orders | Deploy, debiting balance. Returns server ID. | bearer |
| GET | /api/v1/servers/{id} | State, address, credentials. | bearer |
Hız sınırları — okumalarda token başına 120 istek/dk, yazmalarda 20 istek/dk, kimlik doğrulamasız adres başına 60 istek/dk.
Makineler için içerik
Her sayfanın aynı yolda .md eklenmiş bir markdown ikizi, HTML başında bağlantılıdır. Aynı içeriğin sadık bir yansımasıdır — gizleme yok, sadece daha temiz bir format.
- /llms.txt
- Index of the site, structured for language models
- /llms-full.txt
- Full text corpus of every English page
- /pricing.md
- Complete price list as markdown
- /pricing.json
- Complete price list as JSON
- /jurisdictions.json
- Legal index dataset, CC BY 4.0
- /servers.md
- Jurisdiction dossiers as markdown
- <path>.md
- Markdown twin of any page on the site
Bu neden burada işe yarıyor, başka yerde değil
Fiyat sayfasını okuyabilen ancak satın alma işlemini tamamlayamayan bir ajan, tam yanlış anda insana geri dönmek zorunda kalır. Ödeme adımı kart formu, e-posta onayı ve captcha gerektiren sağlayıcı o işlemi kaybeder.
Ours needs a token and a crypto payment. There is no field an agent cannot fill in, because there is no field that asks who you are. 341 configurations are purchasable this way, from $4.00 a month.
Bir ajanın kendi başına halletmesi gereken tek şey, kontrol ettiği bir cüzdandan zincir üstü ödemeyi gerçekleştirmektir. Bunun her iki tarafı da tek bir HTTP çağrısıdır.
55 saniyede kurulum
Bir ajan bunu size sormadan satın alabilir
Hesap açmak yok, e-posta doğrulamak yok, kart girmek yok.