Changelog
Subscribe to the RSS feed or watch the "dib-api-announce" mailing list for breaking changes and new endpoints.
API is now in public preview 2026-06-18
- The Dib Public API is officially in public preview. It is open to Pro teams with API access, and still subject to change while we gather feedback.
- During preview the surface may change with advance notice here in the changelog; the formal stability and deprecation guarantees take full effect at general availability.
- Pin the Dib-API-Version header (current: 2026-06-01) to lock in a known response shape. The discovery endpoints (GET /v1, GET /v1/_meta) and OpenAPI spec now report stability: public_preview.
Discovery, docs, and AI onboarding 2026-06-17
- New GET /v1/me key introspection: echoes your team, environment, granted scopes, plan, pinned + resolved API version, and rate-limit ceilings. Requires a valid key but no scope.
- New GET /v1 root index linking every resource, the standard list conventions, field formats, and the OpenAPI spec, MCP server, and developer portal.
- New "Use with AI" page plus a copy-paste integration brief served at /llms.txt and /developers/llms.txt so your coding assistant can learn the whole API.
- New Guides: keep a local mirror in sync, capture inventory from a photo with Smart Add, and ingest a document end-to-end.
- Download the OpenAPI spec as YAML or JSON, or import it straight into Postman, Insomnia, or Bruno.
- MCP write tools expanded to match REST: dib_create_inventory, dib_create_vehicle, dib_create_document, and dib_update_task.
Home profile endpoints 2026-06-13
- New GET/PATCH /v1/property to read and update the home profile (address, characteristics, value, utility providers, and major systems like HVAC, water heater, roof, electrical, and plumbing).
- New property:read and property:write scopes.
- New dib_get_property and dib_update_property MCP tools.
- property events now appear in the change feed.
API v1 launch 2026-05-24
- Initial release of /v1: inventory, vehicles, documents, tasks, rooms.
- Smart Add and document extract endpoints.
- Change feed (polling + SSE) and async exports.
- MCP server at /api/mcp.
- "Connect with Dib" partner authorization flow.
- Per-key API keys with scopes, IP allowlists, and HMAC-pepper hashing.