Skip to content
Back to Pixeltable Assistant

Card snapshot

pixeltable.com · 2026-08-18 10:23:51 UTC · 0a33325a5f37f4876a9e2b14397f8809f84c573df8d374f813ba9921b057b634

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": "Pixeltable Assistant",
  "description": "Agent-to-Agent interface for Pixeltable: answer questions about Pixeltable's multimodal AI data infrastructure, APIs, integrations, and usage patterns.",
  "url": "https://pixeltable.com/ask",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://docs.pixeltable.com",
  "iconUrl": "https://pixeltable.com/images/favicon.png",
  "provider": {
    "organization": "Pixeltable",
    "url": "https://pixeltable.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "pixeltable-qa",
      "name": "Pixeltable Q&A",
      "description": "Answer natural-language questions about Pixeltable concepts, computed columns, embeddings, similarity search, UDFs, and AI provider integrations.",
      "tags": [
        "documentation",
        "multimodal",
        "ai-data-infrastructure",
        "rag",
        "vector-search"
      ],
      "examples": [
        "How do I create a computed column that transcribes audio?",
        "How does Pixeltable compare to a vector database plus LangChain?",
        "Show me how to add an embedding index for similarity search."
      ]
    },
    {
      "id": "pixeltable-integrations",
      "name": "Integration guidance",
      "description": "Explain how to integrate Pixeltable with OpenAI, Anthropic, Gemini, and 25+ other AI providers and tools.",
      "tags": [
        "integrations",
        "llm",
        "providers"
      ],
      "examples": [
        "Which AI providers does Pixeltable support?",
        "How do I use OpenAI chat completions inside a computed column?"
      ]
    }
  ],
  "contact": "contact@pixeltable.com"
}