> ## 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

- [Starting a Slack Agent session](/products/dino-ai/slack-agent/starting-a-session.md)
- [DinoAI Programmable Agents API](/developers/graphql-api/api-reference/dinoai-programmable-agents-api.md)
- [Linear Backlog Agent](/guides/programmable-agents/linear-backlog-agent.md)
- [jira-backlog-agent](/guides/programmable-agents/jira-backlog-agent.md)
- [Paradime DinoAI Agent Trigger](/products/bolt/creating-schedules/command-settings/paradime-dinoai-agent-trigger.md)
