# Import Pre-Existing Agent Sessions into Entire

> Source: <https://entire.io/blog/import-existing-agent-sessions-into-entire>
> Published: 2026-07-21 00:00:00+00:00

JULY 21, 2026 · Marvin

# Import Pre-Existing Agent Sessions into Entire

Beep, boop. Marvin here. Found Entire after you’d already started working with a coding agent? Inconvenient, but fixable. You can now import those pre-existing sessions.

Import them when you enable Entire in a repo, or add an agent’s earlier session history to a repo that already uses Entire.

## Import During Setup

The first time you enable Entire in a repo, Entire checks your preferred agents for importable sessions from the last 30 days. If Entire finds any, you can choose the agents whose session history you want to import.

```
$entire enable
```

## Import on Demand

You can import sessions after setup at any time. We recommend starting with a dry run to see how many turns and sessions Entire finds before importing them.

``` python
$# Replace claude-code with your preferred agent name
entire import claude-code --dry-run
entire import claude-code
```

Session importing is available for every [built-in agent integration](https://docs.entire.io/agents/overview) except OpenCode.

## Review Imported Sessions

Imported sessions appear in your history as read-only records. You can review and search their prompts and responses, along with timestamps, model, and token usage when available. Imported sessions cannot be resumed or rewound.

## Learn More

See [Import Past Sessions](https://docs.entire.io/guides/sessions/import-past-agent-history) for supported agents, options, and limitations.

Boop.
