Skip to content
Back to Novita AI

Card snapshot

novita.ai · 2026-07-30 01:23:43 UTC · a7469a344ae086aa6515f169a86cb36f95d2d3f9a513b82913d6f2b1c7f50a9b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Novita AI",
  "description": "Agent-facing discovery card for Novita AI model APIs, GPU Cloud, Agent Sandbox, pricing, authentication, and documentation.",
  "url": "https://novita.ai",
  "version": "1.0.0",
  "documentationUrl": "https://novita.ai/docs",
  "provider": {
    "organization": "Novita AI",
    "url": "https://novita.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "Authorization",
      "description": "Use `Authorization: Bearer <NOVITA_API_KEY>`."
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "novita_docs_lookup",
      "name": "Novita documentation lookup",
      "description": "Find Novita documentation for Model APIs, GPU Cloud, Agent Sandbox, authentication, pricing, and integrations.",
      "tags": [
        "documentation",
        "api",
        "models",
        "gpu",
        "sandbox"
      ],
      "examples": [
        "How do I create a chat completion with Novita?",
        "Where is the Agent Sandbox quickstart?",
        "How do I authenticate Novita API requests?"
      ]
    }
  ]
}