Build on Brault

Automate creative file management with the Brault API

Automate libraries, files, boards, pages, reviews and sharing in your brandspace.

curl https://api.brault.app/v1/me \
  -H "Authorization: Bearer $BRAULT_API_KEY"

Central https://api.brault.app/v1 · Regional https://us.api.brault.app/v1

Bearer API keys · API from the Lite plan · Which host do I call?

Works with the tools you already run

Plain HTTPS and signed webhooks: anything with an HTTP step connects today. Native connectors are on the roadmap.

  • n8n
  • Make
  • Zapier
  • Postman
  • curl
  • Node.js
  • Python
  • TypeScript
  • GitHub Actions
  • OpenAPI

All product names are trademarks of their respective owners. Brault is not affiliated with or endorsed by them.

Ways to build

  • JSON over HTTPS at api.brault.app/v1 and us.api.brault.app/v1. 17 resource groups, 111 operations.

  • 58 events, signed deliveries, retries and auto-disable.

  • MCP serverPlanned

    Let AI agents work in your brandspace through the Model Context Protocol.

  • CLIPlanned

    Upload, organize and share from your terminal and CI.

  • SDKsPlanned

    TypeScript and Python clients generated from the OpenAPI document.

  • Native connectorsPlanned

    Zapier, n8n and Make apps with no HTTP step to configure. Until then, see Works with above.

What you can automate

Five recipes across the four resource groups. Every step is a real event or route.

Metadata

New files show up on the review board by themselves.

  1. file.created
  2. POST/v1/boards/{boardId}/files
  3. board.file.added

Flip a board property to Approved and the file moves to Deliverables.

  1. board.file.property_updated
  2. POST/v1/files/{fileId}/move
  3. file.moved

Boards, properties and search on top of your files.

Review and sharing

Ship the deliverable the moment the last comment is resolved.

  1. comment.resolved
  2. POST/v1/transfers
  3. transfer.downloaded

Comments, pages, public links and transfers.

Platform

Mirror every change into your own system.

  1. POST/v1/webhooks
  2. file.updated
  3. GET/v1/files/{fileId}

The brandspace behind the key, the key itself and your webhook endpoints.

Guides

End-to-end walkthroughs for common integration tasks.

Built for AI agents

Every page is available as plain Markdown, and the whole site as one file.