Thruact
Name the job, not the vendor.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| thruact_discover | Find capabilities for a job, with prices and measured reliability. Search first, execute second. |
| thruact_act | Run a capability. Routes across providers and fails over automatically on provider faults. The reply's `route` says which providers were considered, what each scored, and why any were not used — including ones dropped for a missing credential. |
| thruact_compare | Ask every provider behind a capability the same question at once and report where their answers differ. Use it when the answer matters enough to want it corroborated. Costs more than act: every provider called is paid. |
| thruact_call | Run one specific tool by id. No failover. |
| thruact_wallet | Prepaid balance and recent charges. |
| thruact_iq | Measured reliability per tool over the last 7 days. |
| thruact_proxy | Send an authenticated request to a third-party vendor the workspace has connected. The stored API key is injected server-side — you never see it. Give the vendor id from the directory (e.g. openai, sendgrid), an HTTP method, and a path on that vendor's own API. Use it to act through a connected vendor that is not a Thruact capability. Metered per call. |