Skip to content

[APP] Strale — quality-tested data layer for AI agents #20611

@petterlindstrom79

Description

@petterlindstrom79

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):

  1. Search Capabilities — natural-language search of the catalog via POST /v1/suggest. Returns matching capabilities with pricing and SQS scores.
  2. Execute Capability — run a specific capability by slug via POST /v1/do. Returns structured output + provenance + transaction ID.
  3. Search and Execute — one-step combined flow: describe what data you need, Strale finds and runs the best match.
  4. Get Wallet BalanceGET /v1/balance for pre-flight checks in scheduled workflows.
  5. Check Quality ScoreGET /v1/quality/:slug (no auth required) for monitoring data source health.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions