Rehydrate Evidence
Guide page — how to use this step in your SDK or loop. For the HTTP endpoint parameters, see Rehydrate.
Rehydrate is how Aionis keeps context compact without losing access to raw evidence.
Instead of placing every large trace, hunk, or payload into the prompt, Aionis can return a pointer that the host can expand when the Agent needs more detail.
Typical Cases
| Case | Why rehydrate |
|---|---|
| Large tool transcript | The full payload is too expensive for every prompt. |
| Patch evidence | The route is clear, but the concrete hunk may be needed. |
| Audit replay | Operator needs raw evidence after an incident. |
| Contested memory | The Agent should inspect before relying on it. |
API
See Rehydrate API.