Cloro

Cloro provides structured data from Google Search and leading AI assistants, with synchronous extraction and asynchronous task APIs.

10 actions Integration catalog
Request access
Connect Cloro once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Extract AI AnswerCLORO_EXTRACT_AI_ANSWER
Synchronously extract a Gemini or Perplexity answer for a prompt and country. This spends credits and includes Cloro's 2-credit synchronous surcharge. Use Submit Async Task for ChatGPT or Copilot, which can exceed the synchronous execution deadline.
Extract Google AI Mode AnswerCLORO_EXTRACT_GOOGLE_AI_MODE_ANSWER
Extract a structured Google AI Mode answer with sources and optional rich modules for a prompt and country. This synchronous call costs at least 6 credits.
Get Async Queue StatusCLORO_GET_ASYNC_QUEUE_STATUS
Read organization-wide queued and processing counts, priority distribution, and current async concurrency without modifying the queue.
Get Async TaskCLORO_GET_ASYNC_TASK
Get a queued Cloro task by ID, or wait with bounded polling until it reaches COMPLETED or FAILED. FAILED is returned as a valid terminal record with its provider response details intact.
Get CreditsCLORO_GET_CREDITS
Read the organization's current completed-charge credit balance and billing cycle. Queued async work is not reserved, and even after a task reports a completed charge, the balance may take about 25 seconds to reflect it.
List Supported CountriesCLORO_LIST_SUPPORTED_COUNTRIES
Return Cloro's current supported country codes, optionally filtered by provider model. This reports geographic support only and does not confirm that a provider monitor is operational.
List US StatesCLORO_LIST_US_STATES
Return the US state and DC codes accepted for state-level targeting. State targeting applies only to ChatGPT, Gemini, Copilot, and Perplexity and adds 2 credits.
Search GoogleCLORO_SEARCH_GOOGLE
Extract structured Google web or Google News results from a query and country, or web results from a complete Google Search URL. This synchronous call costs at least 5 credits; extra result pages cost 2 credits each.
Submit Async TaskCLORO_SUBMIT_ASYNC_TASK
Queue one non-cancelable Cloro monitor task and return its task ID and estimated credit charge without waiting. An accepted task continues after this call and spends the reported credits on completion. Use Get Async Task to retrieve it.
Submit Async Task BatchCLORO_SUBMIT_ASYNC_TASK_BATCH
Queue 1-500 independently validated, non-cancelable Cloro monitor tasks. Each accepted task continues after this call and spends its reported credits on completion. Inspect summary, partial_success, and every indexed result because one response can contain both accepted and rejected items.