Launch a web-agent browser mission
neuron_webagent_runQueue a browser mission for the user's Neuron extension to run — mine content into a Collection or prospects into the lead pool. Returns a command id; the extension picks it up on its next poll (so the browser must be open, signed in, and remote-control enabled in the extension). Watch it with neuron_webagent_list_runs / neuron_webagent_get_run and stop it with neuron_webagent_kill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hop | No | active posture: multi-hop navigation from seeds. | |
| url | No | Optional page to open the mission on (else the platform home / active tab). | |
| caps | No | Stop conditions. | |
| sink | No | Where output goes (defaults to match the mission). | |
| seeds | No | active posture: starting URLs (hashtag/search/profile pages) to crawl from. | |
| pacing | No | Speed/rate (default normal). | |
| mission | Yes | content = capture posts into a Collection; leads = capture prospects into the lead pool. | |
| posture | No | How much it interacts (default read-light; 'active' enables hop + cinematic). | |
| leadTags | No | leads mission: tags to attach to captured leads. | |
| platform | Yes | ig=Instagram, x=X/Twitter, tk=TikTok, li=LinkedIn, fb=Facebook. | |
| cinematic | No | active posture: cinematic reel/video capture. | |
| collectionName | No | content mission: the Collection to fill (created if new). |