Exponential · Arazzo Workflow

YO Risk Graph triage

Version 1.0.0

Learn the graph schema, find an entity, read its risk grade and rationale, then map its 1-hop dependencies. Every step settles an x402 micropayment.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyDeFiDecentralized FinanceYieldYield OptimizerVaultERC-4626Cross-chainBlockchainCryptoRiskRisk RatingsAgentsx402Web3ArazzoWorkflows

Provider

exponential

Workflows

riskGraphTriage
schema -> search -> node grade -> dependencies for a pool/asset/protocol.
4 steps inputs: nodeId, q outputs: riskTier
1
schema
2
search
3
node
4
dependencies

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: YO Risk Graph triage
  version: 1.0.0
  summary: >-
    Learn the graph schema, find an entity, read its risk grade and rationale,
    then map its 1-hop dependencies. Every step settles an x402 micropayment.
sourceDescriptions:
- name: agentApi
  url: ../openapi/exponential-agent-api-openapi.yml
  type: openapi
workflows:
- workflowId: riskGraphTriage
  summary: schema -> search -> node grade -> dependencies for a pool/asset/protocol.
  inputs:
    type: object
    properties:
      q:
        type: string
        description: Asset address or protocol/asset name to search for.
      nodeId:
        type: string
        description: Node id to grade and expand (from a prior search hit).
  steps:
  - stepId: schema
    operationId: agentSchema
  - stepId: search
    operationId: agentSearch
    parameters:
    - name: q
      in: query
      value: $inputs.q
  - stepId: node
    operationId: agentNode
    parameters:
    - name: nodeId
      in: path
      value: $inputs.nodeId
    outputs:
      riskTier: $response.body#/data/_riskTier
  - stepId: dependencies
    operationId: agentDependencies
    parameters:
    - name: nodeId
      in: query
      value: $inputs.nodeId
  outputs:
    riskTier: $steps.node.outputs.riskTier

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/exponential-risk-graph-triage"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.