Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →

Search

Performs search operations across datasets or the web.

POST /api/agents/dataAnalyst/search

Request Body

{ "site_id": "123e4567-e89b-12d3-a456-426614174000", "search_queries": ["latest AI news", "competitor pricing"], "search_options": { "max_results": 10 } }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
search_queriesstring[]YesList of queries to execute.
search_optionsobjectNoOptions for the search engine (e.g., max_results).
agent_idstringNoThe UUID of the agent.
command_idstringNoThe UUID of the command context.

Response

Returns the search results and saves them to agent memory.

Last updated on