Short answer: You can exa neural search in Exa by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Exa Exa Neural Search action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Query query | string | Required | Query (required) |
Type type | options | Optional | Type. Options: Auto, Neural, Keyword |
Num Results num_results | string | Optional | Num Results |
Include Page Text include_text | options | Optional | Include Page Text. Options: Yes, No |
{"query": "{{trigger.query}}","type": "{{trigger.type}}","num_results": "{{trigger.num_results}}","include_text": "{{trigger.include_text}}"}
{"results": [{"url": "https://example.com","text": "...","score": 0.95,"title": "Title","publishedDate": "2026-01-01"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.