> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Sessions

> Use the Paradime MCP server to start, monitor, and message DinoAI background agent sessions from any MCP-compatible client for multi-agent orchestration.

<Info>
  These tools are exposed through the **MCP server** for external MCP-compatible clients. They are not part of the Copilot or standalone-agent tool sets.
</Info>

The Background Agent Tool lets DinoAI work with background agent sessions: starting new sessions, checking their status and transcripts, and posting follow-up messages. This is what enables orchestration patterns where one agent delegates work to another.

### Capabilities

| Capability      | What it does                                           |
| --------------- | ------------------------------------------------------ |
| List sessions   | List recent background agent sessions in the workspace |
| Get session     | Get the status and message transcript of a session     |
| Trigger session | Start a new background agent session                   |
| Send message    | Post a follow-up message to a running session          |

<Info>
  See [Agent-to-Agent Delegation](/products/dino-ai/programmable-agents/agent-to-agent-delegation) for how Programmable Agents use these calls to coordinate work.
</Info>


## Related topics

- [Agent Sessions](/products/dino-ai/programmable-agents/agent-sessions.md)
- [Starting a Slack Agent session](/products/dino-ai/slack-agent/starting-a-session.md)
- [Reply to any agent session](/changelog/2026-08-12/reply-to-any-agent-session.md)
- [Every agent session in one panel](/changelog/2026-08-05/agent-sessions-panel.md)
- [Creating Agents in the App](/products/dino-ai/programmable-agents/creating-agents-in-the-app.md)
