/api/projects
List projects for the authenticated workspace.
GET
https://brixor.ai/api/projectsAPI Docs
Use API access for projects, clients, estimates, invoices, and contracts when your team needs custom automation beyond the built-in workflow.
Quick start
Keep API keys private, scope automation to one workflow at a time, and review any AI-generated estimate data before sending it to a client.
curl https://brixor.ai/api/projects \ -H "Authorization: Bearer bxr_..." \ -H "Content-Type: application/json"
Endpoints
List projects for the authenticated workspace.
https://brixor.ai/api/projectsCreate a project record before attaching estimates or invoices.
https://brixor.ai/api/projectsList client records.
https://brixor.ai/api/clientsCreate an estimate draft tied to project and client context.
https://brixor.ai/api/estimatesList invoices and payment status fields.
https://brixor.ai/api/invoicesCreate a contract draft from approved scope.
https://brixor.ai/api/contractsTell us the workflow you are automating and the data you need to move.