Name of app / service
Strale (https://strale.dev)
Link to developer documentation
Is lack of support preventing you from moving forward, or do you have a workaround?
I've already submitted a component PR (#20584) but @michelle0927 noted Strale needs to be officially integrated in Pipedream first. This app request unblocks that PR.
Are there specific actions or triggers, you'd like to see for this app?
Strale is a pay-per-use data layer for AI agents — 290+ quality-tested data capabilities (company verification across 20 countries, sanctions/PEP screening, VAT validation, invoice extraction, web scraping, financial data, etc.) with per-call pricing in EUR and independent quality scores (SQS).
Proposed actions (covered in PR #20584):
- Search Capabilities — natural-language search of the catalog via
POST /v1/suggest. Returns matching capabilities with pricing and SQS scores.
- Execute Capability — run a specific capability by slug via
POST /v1/do. Returns structured output + provenance + transaction ID.
- Search and Execute — one-step combined flow: describe what data you need, Strale finds and runs the best match.
- Get Wallet Balance —
GET /v1/balance for pre-flight checks in scheduled workflows.
- Check Quality Score —
GET /v1/quality/:slug (no auth required) for monitoring data source health.
- Custom API Call — generic action for anything not yet covered.
Triggers are not proposed initially (Strale is a request/response data API, not an event source).
Auth is a single API key (Bearer token), simple for Pipedream's connected accounts model. Happy to adjust actions based on your integration guidelines.
Name of app / service
Strale (https://strale.dev)
Link to developer documentation
Is lack of support preventing you from moving forward, or do you have a workaround?
I've already submitted a component PR (#20584) but @michelle0927 noted Strale needs to be officially integrated in Pipedream first. This app request unblocks that PR.
Are there specific actions or triggers, you'd like to see for this app?
Strale is a pay-per-use data layer for AI agents — 290+ quality-tested data capabilities (company verification across 20 countries, sanctions/PEP screening, VAT validation, invoice extraction, web scraping, financial data, etc.) with per-call pricing in EUR and independent quality scores (SQS).
Proposed actions (covered in PR #20584):
POST /v1/suggest. Returns matching capabilities with pricing and SQS scores.POST /v1/do. Returns structured output + provenance + transaction ID.GET /v1/balancefor pre-flight checks in scheduled workflows.GET /v1/quality/:slug(no auth required) for monitoring data source health.Triggers are not proposed initially (Strale is a request/response data API, not an event source).
Auth is a single API key (Bearer token), simple for Pipedream's connected accounts model. Happy to adjust actions based on your integration guidelines.