memμrondocs
Console
API REFERENCE

Create a collection

Create a named collection node in the active organization.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Body parameters

namestringrequired

summarystringrequired

scopestring[]optional

POST/memuron/collections
curl -X POST https://api.memuron.com/memuron/collections \
  -H "Content-Type: application/json"
200 OK
{
  "status": "success",
  "collection": {
    "id": "artha_…",
    "type": "collection",
    "content": "Architecture notes"
  }
}