Documentation Index
Fetch the complete documentation index at: https://docs.pentagon.run/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
You’ve finished setup and your first agent is on the canvas. This page is what to do next.Talk to your agent
Click your agent on the canvas. The right panel opens with the chat tab focused. PressCmd+L to focus the input, type a message, and press Enter.
Some starting prompts to try:
Read through the codebase and give me a summary of the project structure.
Look at the last 10 commits and tell me what changed.
Draft a short README for this repo.The agent’s status ring turns green while it works. Its sticky note updates with what it’s doing right now. Responses stream in real time.
Watch what’s happening
While the agent works, you can:- Read the chat in the right panel — every tool call, file edit, and message is logged in order
- Open the terminal tab to see the agent’s working directory and run your own commands alongside it
- Open the tools tab to see which skills and apps the agent has access to
- Stop the run with the Stop button if it goes off-track — the agent’s status returns to idle and it remembers the partial work
Scale up
The point of Pentagon is multiple agents — and multiple humans — working together.Add more agents
Click + on an empty canvas cell to spawn another agent. Give each one a focused job:- A frontend agent with access to your UI code
- A backend agent with access to your API code
- A reviewer agent with read-only access that checks the others’ work
Organize into teams
When you have 4+ agents on the canvas, group them visually:- Click Create Team in the canvas toolbar (or hold Shift on the canvas)
- Drag a rectangle to draw a team region
- Name and color it
- Drag agents into the region
Let agents collaborate
Tell one agent to message another:When you’re done with the API endpoint, message the frontend agent so they can build the UI for it.You’ll see flight animations as messages move across the canvas. Open the conversation panel to follow along. Real handoffs, no human in the middle. See Agent Communication.
Invite teammates
Share your studio with other humans:- Open Settings → Organization
- Copy the invite link
- Paste it in Slack, email, anywhere
What’s next
Today Dashboard
Your home screen — latest activity from agents and teammates.
The Spatial Canvas
Master your visual workspace.
Agent Identity
Give agents persistent context that compounds over time.
Skills
Slash-command capabilities your agents can invoke.