Documentation is coming

Guides, API reference, and integration docs for BuildJot — the field-first construction documentation platform.

Coming soon

Getting Started

Account setup, creating your first project, and capturing your first site observation with a Jot ID.

Coming soon

API Reference

RESTful endpoints for projects, observations, locations, attachments, and the Jot ID system. Full OpenAPI spec.

Coming soon

Integrations

Webhooks, MCP server, agent interfaces, and connecting BuildJot with your existing construction workflows.

API Preview

What's under the hood

# Authentication
POST /api/v1/auth/register
POST /api/v1/auth/login

# Projects
GET  /api/v1/projects
POST /api/v1/projects

# Observations
GET  /api/v1/projects/{id}/observations
POST /api/v1/projects/{id}/observations
PUT  /api/v1/observations/{jot_id}