Blueticks
Boards

Create or find board

Find-or-create the agent memory board for (`agent_id`, `domain`).

Returns the existing board if one exists, else provisions it from the domain template. Requires boards:write.

Request

curl -X POST "https://api.blueticks.co/v1/boards" \  -H "Content-Type: application/json" \  -d '{    "domain": "tasks",    "agent_id": "btgpt:USER_ID"  }'
POST
/v1/boards

Request Body

application/json

Response

Response Body

application/json

application/json