presence_navigate
Navigate to a URL using a Presence identity's persistent session. Returns page title, text, links, HTTP status, and cookies set. The session jar is persisted after each call — login cookies carry forward automatically. CALL FORMAT: presence_navigate({ identity_id: 'uuid', url: 'https://x.com/home' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to navigate to. | |
| body | No | Request body string for POST. | |
| method | No | HTTP method (default GET). | |
| identity_id | Yes | Identity whose session to use. |