Introduction
Welcome to Pindown.ai — the UI layer for AI-driven automations and real-time dashboards.
What is Pindown?
Pindown bridges automation backends and human-readable visualizations. Push data via the v1 Pins REST API and see it update in real time in the product. Use it for monitoring AI workflows, sharing insights, and building client-facing dashboards.
Core concepts
- Pins — Individual content blocks (27 typed pin types) that you create and update via
POST /v1/pins. - Formats — Product surfaces (pages, pinboards, timelines, etc.) in the dashboard. Only the Pins API is publicly available via REST today.
Next steps
- Pin Types & Schemas — Endpoints and pin types
- Create a Pin — REST create reference
- Client SDK —
@pindownai/client-js