Pixeltable for AI coding agents

Give your coding agent a multimodal backend. One app.py declares tables, computed columns, indexes, and HTTP routes; the agent installs the CLI, the Skill, and MCP once, then builds and deploys.

8 agentsOne setup playbook for all of them

One setup for every agent

Hand your agent pixeltable.com/get-started.md. It runs three steps, then ships a first app.

1

Install Pixeltable

The pxt CLI plus the Python package. `pxt init` marks the project root.

2

Add the Pixeltable Skill

`npx skills add pixeltable/pixeltable-skill` teaches the agent table, index, and UDF patterns.

3

Connect MCP

pixeltable-web for docs search; pixeltable-developer to inspect and query a catalog.

Per-agent guides

Install instructions, MCP configuration, and example prompts for each coding agent.

Machine-readable surfaces

Every page on this hub has a markdown representation: fetch /agents/<slug>.md or send Accept: text/markdown. Agents can start at get-started.md, llms.txt, or agent.json.