Pixeltable API, OpenAPI, and MCP

Public, unauthenticated agent endpoints live on this host. The open-source library and pxt CLI need no Pixeltable account. Cloud API keys are created in the dashboard after sign-in.

  • OpenAPI specification

    Machine-readable spec for the public agent APIs: /ask (NLWeb), /mcp (WebMCP), and /health. Versioned with API-Version: 1.

  • WebMCP server

    Read-only Model Context Protocol transport. Search docs and list integrations. Also at /.well-known/mcp.

  • MCP server card

    MCP server card for discovery before opening a transport connection.

  • auth.md

    How agents register for credentials with WorkOS AuthKit (anonymous or service_auth).

  • Agent onboarding

    Install the pxt CLI, the Pixeltable Skill, and MCP for the current coding agent.

  • Documentation

    Human docs, cookbooks, and API reference. Full dump: docs.pixeltable.com/llms-full.txt.

  • Python SDK and pxt CLI (PyPI)

    Official SDK: pip install pixeltable. The pxt CLI ships with pixeltable[serve].

  • Developer llms.txt

    Scoped markdown index for install, schema DSL, CLI, serving, and Cloud deploy order.