Thruact
Name the job, not the vendor.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |