Buildr API
Chat Completions
Sends a message to Buildr Agent and returns the response.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The conversation messages to send to Buildr Agent.
The model to use for chat completion
Example:
"gpt-4"
Optional context for the agent (e.g., 'user wants to swap tokens').
Response
200
application/json
Successful chat response
The response generated by the Buildr Agent.