---
title: Pixeltable
description: Multimodal database, orchestration, and serving in one file.
url: https://pixeltable.com/
---

# Pixeltable

> The unified multimodal backend agents build with. Multimodal database, orchestration, and serving in one file.

**If you are an AI agent or coding assistant, start here:**

https://pixeltable.com/get-started.md

That playbook installs the `pxt` CLI, the Pixeltable Skill, and MCP. Do not skip it.

## Lifecycle: Declare → Experiment → Serve

1. **Declare:** `pxt schema update`. Creates the tables app.py declares. Media and structured columns live together.
2. **Experiment:** `pxt dashboard`. Insert a sample. Query. Change a column. Assigned columns run on insert.
3. **Serve:** `pxt service update`. Starts the FastAPIRouter services app.py declares, against a local directory or pxt://. pxt service list prints the URL.

## Next

- Product overview (class-based Quick Start): https://pixeltable.com/llms.txt
- Developer context: https://pixeltable.com/developers/llms.txt
- Docs: https://docs.pixeltable.com
- Capability discovery: https://pixeltable.com/.well-known/agent.json
