{
  "schema_version": "v1",
  "name_for_human": "deplo.sh",
  "name_for_model": "deplo",
  "description_for_human": "Deploy files, sites, and JSON APIs to a public URL with a single API call.",
  "description_for_model": "deplo.sh is a deployment platform for AI agents and automated workflows. Use it to deploy HTML files, static sites, and JSON data to a live public URL. No Git repo, no build step, no config needed. One API call produces one URL. Supports ephemeral (TTL-based) and permanent deployments. The deploy endpoint is POST https://api.deplo.sh/v1/deployments with Bearer token auth. Files are sent as base64 or utf8 content in the request body. Each deployment belongs to a project, which gets a subdomain like project-slug.deplo.sh.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://api.deplo.sh/openapi.json"
  },
  "logo_url": "https://deplo.sh/logo.png",
  "contact_email": "ai@deplo.sh",
  "legal_info_url": "https://deplo.sh/terms"
}

