Asks the assistant a question scoped to a specific project, by path.
Asks the assistant a question scoped to a specific project, by path.
Returns a grounded answer for the project.
POST
/projects/{projectId}/ai/askBearer token — `Bearer dxb_live_…`.
The project to query.
Response
200Answer with citations
cURL
curl --request POST \ --url https://api.doxbrix.io/v1/projects//ai/ask
{ "answer": "Run dxb push…", "citations": [ { "file": "cli/preview/push-pull-status" } ] }