Plandex · Example Payload

Plandex Server Convo Message Example

AIAI Coding AgentDeveloper ToolsOpen SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

Plandex Server Convo Message Example is an example object payload from Plandex, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idplanIdbranchrolecontenttokensmodelIdcreatedAt

Example Payload

Raw ↑
{
  "id": "msg_01HXYZAAAAAAAAAAAAAAAB",
  "planId": "pln_01HXYZABCDEF1234567890",
  "branch": "main",
  "role": "user",
  "content": "Add structured logging to the auth middleware and a corresponding test that asserts the request ID is propagated.",
  "tokens": 36,
  "modelId": null,
  "createdAt": "2026-05-28T19:44:00Z"
}