phantom_seal
Seal an AI session with full context for cross-device resume. Restore it on any device using a curl command.
Instructions
Seal a session for cross-device resume.
Creates a sealed Phantom session with full context. Resume on any device: curl -s $PHANTOM_URL/phantom/resume | sh
Args: task: What you're working on description: Session description backend: Compute backend (p520-local, vertex-gemini, vertex-claude) model: AI model to use conversation: Message history [{"role": "user", "content": "..."}] todos: Todo items [{"content": "task", "status": "pending"}] files: Files to carry over {"name": "content"} packages: Pip packages needed target_identity: JIS identity for the session ttl_minutes: Session time-to-live
Returns: Session ID and TIBET seal token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| description | No | MCP sealed session | |
| backend | No | vertex-gemini | |
| model | No | gemini-3.1-flash-lite-preview | |
| conversation | No | ||
| todos | No | ||
| files | No | ||
| packages | No | ||
| target_identity | No | jis:mcp | |
| ttl_minutes | No |