Create a note context item
Stores a markdown-formatted note in the caller’s tenant S3 bucket and a row in context_items so the note participates in selection / search like any other context item.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
UUID of the newly-created context item. Use it on subsequent GET / PATCH / DELETE calls.
"7a3f9d2c-1111-4000-a000-000000000abc"
Kind of context item created.
note, saved_query, link, dimension, fact, metric, filter "note"
Tenant S3 key for the raw content blob (notes, saved queries, links). Null for kinds without S3 backing.
"context_notes/7a3f9d2c.../Q3_churn_analysis.md"
Resolved title for the created item. Null for kinds without a title field.
"Q3 churn analysis"