Plandex · Example Payload

Plandex Server Context Item Example

AIAI Coding AgentDeveloper ToolsOpen SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

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

Top-level fields

idplanIdbranchnametypepathtokenstokensCachedimageDetailaddedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "ctx_01HXYZAAAAAAAAAAAAAAAA",
  "planId": "pln_01HXYZABCDEF1234567890",
  "branch": "main",
  "name": "app/cli/cmd/tell.go",
  "type": "file",
  "path": "/Users/dev/work/plandex/app/cli/cmd/tell.go",
  "tokens": 4287,
  "tokensCached": true,
  "imageDetail": null,
  "addedAt": "2026-05-12T14:21:14Z",
  "updatedAt": "2026-05-28T19:44:01Z"
}