Infrastructure

Usa Website Hosting en Claude

Deploy websites, host apps, manage production releases, and keep hosting workflows on one canonical SkillBoss page.

Sin claves API
Funciona en 30 segundos
Página canónica lista para agentes

Cómo funciona

1

Instala SkillBoss

Descárgalo y añádelo a Claude Desktop, Cursor, Windsurf o cualquier plataforma compatible con MCP.

2

Recarga saldo

Empieza con SkillBoss Credit. Sin suscripciones, solo pago por uso.

3

Usa Website Hosting en Claude

Tell Claude or your agent what you need. SkillBoss routes Website Hosting and returns results.

x402 y MPP

Website Hosting usually fits MPP or the standard SkillBoss API key flow better than pure x402, because pricing can expand with ongoing usage, state, or follow-up actions.

Se prefiere MPP / API key

x402

Usa x402 cuando tu agente necesite un flujo quote-pay-retry para configuración determinista o aprovisionamiento.

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: x402" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Website Hosting for this request and return the result."}
    ]
  }'

MPP / Payment Later

Usa MPP cuando el flujo pueda crecer a uso prolongado, automatización recurrente o facturación por consumo.

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: mpp" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Website Hosting for this request and return the result."}
    ]
  }'

Qué puedes crear

Deploy websites and web apps
Host production workloads
Ship static and dynamic experiences
Connect hosting to domains and auth
Standardize hosting workflows for AI agents
Use one canonical route for hosting discovery

Precios

Pago por uso

Fuente de precios

Precios de SkillBoss

Última actualización

Actualizado regularmente desde el catálogo activo

Estado del ciclo de vida

Listado y disponible

Mejor para agentes

Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.

Ruta de pago

Usa SkillBoss Credit, x402 o MPP según si el flujo es determinista o basado en uso.

URL canónica

https://www.skillboss.co/use/hosting

¿Listo para empezar?

Únete a más de 10.000 desarrolladores que usan SkillBoss para lanzar más rápido con Claude, OpenClaw y otros agentes de IA.

Preguntas frecuentes

What is the canonical hosting page on SkillBoss?

Use /use/hosting as the canonical page for hosting-related workflows. Legacy hosting-domain style routes should resolve here.

Can AI agents provision hosting through SkillBoss?

Yes. Claude Code, OpenClaw, Cursor, Windsurf, and other agents can discover hosting through this page and follow the canonical setup path.

Does hosting support x402 or MPP?

Hosting supports both patterns depending on the workflow. Deterministic provisioning steps can use x402, while longer-running infrastructure usage is better handled with MPP or the API key path.