Give your AI agents instant access to your team's brain

Stop pasting the same guidelines, project briefs, and feedback into every single prompt. Plot's CLI connects your AI directly to your workspace, so it can finally think & work like a real teammate.

Read docs
terminal
execute task CRE-018 using the ad copy skill to write the email
plot task get CRE-018 --format markdown
[ ] CRE-018 Draft affiliate outreach email template
- status: Backlog
- assignee: Abraham Aguilera (@abraham)
- team: Creative (CRE)
- project: Affiliate Program Launch (p4a5c2cnf9fm)
- labels: copywriting
- priority: true
- dueDate: 2026-06-11
- description:
Write a personalized email template to recruit
affiliates from our target list.

Works with any agent that
can execute code:

Claude logoClaude Code logoCodex logoCursor logoGemini logoGrok logoOpenCode logo

End the copy-paste madness

You didn’t adopt AI to spend half your day feeding it context. Point your AI agent at a Plot task and it reads the project brief, the brand voice guidelines, and the team’s ongoing discussion.

It learns everything it needs to know, all on its own.

terminal
# the agent gathers context on its own
$plot task get PAI-018 --format json --quiet
$plot search "ad creative guidelines" --format json --quiet
{
"results": [
{ "type": "task", "handle": "PAI-021",
"name": "Creative concepting: concepts + copy" }
],
"count": 4, "hasMore": false
}

Real work that outlives the chat window

With Plot’s CLI, your agent’s progress and knowledge doesn’t vanish when you close the chat window.

Agents update task statuses, record learnings as documents, and leave comments that your entire team can see and build upon.

terminal
$plot task update PAI-018 --status "In Review"
Updated task PAI-018
$plot comment add --entity task --id PAI-018 \
$ --body "Shipped 5 concepts that match Nomad Gear's tone."
Added comment to task PAI-018
$plot doc create --team PAI --name "Nomad Gear creative learnings"
Created doc kashnb0z5v2s

Instant context for your client work

With Plot’s Collections, your agent instantly learns the client’s business, specific guidelines, preferences, and exactly how your agency executed their past projects.

It scopes the new work based on your agency’s proven, client-approved process.

terminal
# pull the client playbook before scoping work
$plot collection get nomad-gear --format json
{
"id": "nomad-gear",
"name": "Nomad Gear",
"description": "Outdoor brand. ROAS target 3.0…",
"icon": "mountain"
}
$plot project list --collection nomad-gear --format json
{
"projects": [
{ "id": "laazf2bg9id0",
"name": "Meta Ads Funnel Buildout" }
],
"count": 3, "hasMore": false
}

Complete accountability built into every task

Never wonder what your team’s agents did behind the scenes. Every action is recorded in the exact same activity feed your human team uses.

You see what changed, when it changed, and exactly which agent changed it.

terminal
$plot activity list --entity task --id PAI-018 --format json
{
"entries": [{
"type": "activity",
"action": "changed the status",
"actor": "Abraham Aguilera (@abraham)",
"prevValueDisplay": "To Do",
"newValueDisplay": "In Review",
"createdAt": "2026-06-12T09:09:46.384Z"
}]
}

Plugs right into your favorite AI tools

No complex integrations, no coding required, and no waiting on IT. Whether your team uses Claude, custom internal agents, or next month’s hottest AI tool, Plot connects them all to your single source of truth.

terminal
# install the skill into your agent tools
$plot setup
Installed plot-cli skill (universal .agents/skills).
# JSON output pipes straight into your tools
$plot task list --assignee @me --format json | jq '.tasks[0].name'
"QA + client review: preview links, tracking test"

Give your AI agents a seat at the table

Stop treating your agent like an intern on their first day. Connect it to Plot and watch it become your team's most context-aware collaborator.

Read docs