Cachet · Arazzo Workflow

Cachet gig-worker onboarding and task reporting

Version 1.0.0

Register a gig-worker on the Cachet Platform (Verify) API, then report a completed task event for that worker. Requires x-api-key and x-api-username headers issued by the Cachet IT team.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyInsuranceInsurtechMobilityGig EconomyCar SharingEmbedded InsuranceEventArazzoWorkflows

Provider

cachet

Workflows

onboardWorkerAndReportTask
Create a gig-worker then send a completed task event.
Two-step Verify flow. Step 1 registers the worker (keyed by extUserId); step 2 reports a COMPLETED_TASK event tied to the same extUserId.
2 steps inputs: countryCode, email, extUserId, firstName, lastName, taskId, time outputs: taskStatus, userStatus
1
createUser
2
reportTask

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cachet gig-worker onboarding and task reporting
  version: 1.0.0
  description: >-
    Register a gig-worker on the Cachet Platform (Verify) API, then report a
    completed task event for that worker. Requires x-api-key and x-api-username
    headers issued by the Cachet IT team.
sourceDescriptions:
- name: gigEventsApi
  url: ../openapi/cachet-gig-events-api-openapi.yml
  type: openapi
- name: userApi
  url: ../openapi/cachet-user-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardWorkerAndReportTask
  summary: Create a gig-worker then send a completed task event.
  description: >-
    Two-step Verify flow. Step 1 registers the worker (keyed by extUserId);
    step 2 reports a COMPLETED_TASK event tied to the same extUserId.
  inputs:
    type: object
    properties:
      firstName: {type: string}
      lastName: {type: string}
      extUserId: {type: string}
      email: {type: string}
      countryCode: {type: string}
      taskId: {type: string}
      time: {type: string}
    required: [firstName, lastName, extUserId, email, countryCode, taskId, time]
  steps:
  - stepId: createUser
    operationId: post-create-user
    requestBody:
      contentType: application/json
      payload:
        firstName: $inputs.firstName
        lastName: $inputs.lastName
        extUserId: $inputs.extUserId
        email: $inputs.email
        countryCode: $inputs.countryCode
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
  - stepId: reportTask
    operationId: post-create-gig-event
    requestBody:
      contentType: application/json
      payload:
        type: COMPLETED_TASK
        extUserId: $inputs.extUserId
        time: $inputs.time
        data:
          taskId: $inputs.taskId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      taskStatus: $response.body#/status
  outputs:
    userStatus: $steps.createUser.outputs.status
    taskStatus: $steps.reportTask.outputs.taskStatus

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/cachet-gig-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.