{
  "specVersion": "1.0",
  "host": {
    "displayName": "Artificial Studio",
    "identifier": "did:web:artificialstudio.ai",
    "description": "AI media generation platform — images, video, audio and 3D from a single API, with 150+ models behind one catalog.",
    "url": "https://app.artificialstudio.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:artificialstudio.ai:server:media-generation",
      "displayName": "Artificial Studio MCP Server",
      "description": "Search the tool catalog, submit generations, poll them to completion, upload input files and read account credits. OAuth 2.1 with dynamic client registration; every run spends credits from the authorizing user's account.",
      "type": "application/mcp-server-card+json",
      "url": "https://api.artificialstudio.ai/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "generate an image from this prompt",
        "turn this photo into a video",
        "make a 3D model from this picture",
        "read this script out loud in a cloned voice",
        "upscale this video to 4k"
      ]
    },
    {
      "identifier": "urn:air:artificialstudio.ai:api:rest",
      "displayName": "Artificial Studio REST API",
      "description": "HTTP API for the same generation catalog, authenticated with a long-lived API key instead of a user-consented token. Asynchronous: submit a run, then poll or receive a webhook.",
      "type": "application/linkset+json",
      "url": "https://app.artificialstudio.ai/.well-known/api-catalog",
      "representativeQueries": [
        "call an AI image generation API from my backend",
        "list the available AI models and their prices",
        "send a webhook when a video generation finishes",
        "batch generate images from a server script"
      ]
    },
    {
      "identifier": "urn:air:artificialstudio.ai:skill:agent-skills",
      "displayName": "Artificial Studio Agent Skills",
      "description": "Installable SKILL.md bundles that teach a coding agent the Artificial Studio API — one general skill plus focused image, video, audio and 3D skills.",
      "type": "application/json",
      "url": "https://app.artificialstudio.ai/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "install the Artificial Studio skill in my coding agent",
        "teach my agent how to generate media with Artificial Studio",
        "how do I integrate Artificial Studio into Claude Code"
      ]
    },
    {
      "identifier": "urn:air:artificialstudio.ai:doc:auth",
      "displayName": "Agent Authentication Guide",
      "description": "How an agent obtains credentials: API keys for service-to-service access, OAuth 2.1 with dynamic client registration for acting on behalf of a signed-in user.",
      "type": "text/markdown",
      "url": "https://app.artificialstudio.ai/auth.md",
      "representativeQueries": [
        "how do I authenticate with Artificial Studio",
        "get an API key for Artificial Studio",
        "connect an agent to the Artificial Studio MCP server"
      ]
    }
  ]
}
