Skip to main content
POST
Append a session note

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Body

application/json
projectId
string
required
Required string length: 1 - 128
sessionId
string
required
Required string length: 1 - 128
text
string
required
Required string length: 1 - 4096
commandId
string
Required string length: 1 - 128
tabId
string
Required string length: 1 - 128

Response

Records a note without driving the browser. commandId provides idempotency.

The response is of type object.