Sponge · Arazzo Workflow

Sponge — create an agent and issue its key

Version 1.0.0

Platform backend creates a new agent, then mints an agent API key for runtime use.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyAgent PaymentsAI AgentsWalletsCryptocurrencyPaymentsStablecoinsx402MPPFinancial InfrastructureMCPFintechCardsOn-RampArazzoWorkflows

Provider

sponge

Workflows

createAgentAndKey
Create an agent with a master/platform key, then generate an agent-scoped API key.
2 steps inputs: name outputs: agentId
1
createAgent
2
issueKey

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sponge — create an agent and issue its key
  version: 1.0.0
  summary: Platform backend creates a new agent, then mints an agent API key for runtime use.
sourceDescriptions:
- name: agentsApi
  url: ../openapi/sponge-agents-api-openapi.yml
  type: openapi
- name: secretsApi
  url: ../openapi/sponge-secrets-api-openapi.yml
  type: openapi
workflows:
- workflowId: createAgentAndKey
  summary: Create an agent with a master/platform key, then generate an agent-scoped API key.
  inputs:
    type: object
    properties:
      name: {type: string}
  steps:
  - stepId: createAgent
    operationId: postApiAgents
    requestBody:
      payload:
        name: $inputs.name
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      agentId: $response.body#/id
  - stepId: issueKey
    operationId: postApiAgentKeys
    requestBody:
      payload:
        agentId: $steps.createAgent.outputs.agentId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    agentId: $steps.createAgent.outputs.agentId

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/sponge-agent-onboarding"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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