Skip to content

ap context

ap context exports the current workspace context so your model sees the same brand inputs your team sees: brand voice, art direction, available connections, and platform rules.

Terminal window
ap context [options]

Default output is markdown. Use --json or --format json when another tool needs structured data.

Terminal window
# Markdown context for chat-style prompts
ap context | claude "Write a launch announcement"
# Structured context for scripts and agents
ap context --json > context.json
# Include connection IDs in markdown output
ap context --verbose
# Target a specific workspace without changing global defaults
ap context --project <workspace-id> --json
OptionDescription
--format markdownHuman-readable default output
--format jsonStructured output for scripts and agents
--jsonShorthand for --format json
--verboseInclude connection IDs in markdown output
--project <id>Override the active project
  • Feed brand and platform rules into an LLM before generating a calendar.json
  • Check which platforms and connection IDs are available before posting
  • Keep AI output grounded in your current soul.md and art.md