{
  "name": "Numenward Hub",
  "schema_version": "2.0",
  "website": "https://numenward.com",
  "hub": "https://hub.numenward.com/hub/",
  "status": "available",
  "capabilities": [
    "public_model_catalog",
    "username_password_accounts",
    "private_models",
    "model_cards",
    "file_uploads",
    "immutable_releases",
    "downloads",
    "release_manifests"
  ],
  "catalog_api": "https://hub.numenward.com/api/v1/models",
  "signup": "https://hub.numenward.com/hub/signup/",
  "upload": {
    "interface": "authenticated HTML form with CSRF protection",
    "page": "https://hub.numenward.com/hub/new/",
    "max_file_bytes": 536870912,
    "account_storage_bytes": 1073741824,
    "authorization_required": true
  },
  "agent_documentation": "https://hub.numenward.com/agents/",
  "remote_mcp_endpoint": null,
  "agent_uploads": {
    "authentication": "Owner-issued revocable Bearer token, expires in 30 days",
    "create": "/api/v1/models/create/",
    "upload": "/api/v1/releases/{release_id}/upload/",
    "publish": "/api/v1/releases/{release_id}/publish/",
    "guide": "/agents/"
  },
  "archive": {
    "network": "Filecoin + IPFS",
    "active": false
  }
}
