Archal · Arazzo Workflow

Create an Archal clone session, drive it, and read the trace

Version 1.0.0

Provision a hosted clone session, POST a request into the cloned service through the runtime proxy, read the resulting trace, then stop the session.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyAI AgentsAgent TestingDeveloper ToolsAPI TestingSandboxEvaluationInfrastructureArazzoWorkflows

Provider

archal

Workflows

createSessionAndEvaluate
End-to-end clone session lifecycle with a proxied call and trace read.
5 steps inputs: cloneId, path, routeAuthorization outputs: sessionId
1
createSession
2
waitForSession
3
driveClone
4
readTrace
5
stopSession

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create an Archal clone session, drive it, and read the trace
  version: 1.0.0
  summary: >
    Provision a hosted clone session, POST a request into the cloned service through the
    runtime proxy, read the resulting trace, then stop the session.
sourceDescriptions:
- name: resultsApi
  url: ../openapi/archal-results-api-openapi.yml
  type: openapi
- name: runtimeApi
  url: ../openapi/archal-runtime-api-openapi.yml
  type: openapi
- name: sessionsApi
  url: ../openapi/archal-sessions-api-openapi.yml
  type: openapi
workflows:
- workflowId: createSessionAndEvaluate
  summary: End-to-end clone session lifecycle with a proxied call and trace read.
  inputs:
    type: object
    required: [cloneId]
    properties:
      cloneId:
        type: string
        default: github
      path:
        type: string
        default: repos/acme/widgets/issues
      routeAuthorization:
        type: string
        default: 'Bearer archal_example'
  steps:
  - stepId: createSession
    operationId: createSession
    requestBody:
      contentType: application/json
      payload:
        clones:
        - $inputs.cloneId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sessionId: $response.body.sessionId
  - stepId: waitForSession
    operationId: getSession
    parameters:
    - name: sessionId
      in: path
      value: $steps.createSession.outputs.sessionId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: driveClone
    operationId: proxyClonePost
    parameters:
    - name: sessionId
      in: path
      value: $steps.createSession.outputs.sessionId
    - name: cloneId
      in: path
      value: $inputs.cloneId
    - name: path
      in: path
      value: $inputs.path
    - name: x-route-authorization
      in: header
      value: $inputs.routeAuthorization
    requestBody:
      contentType: application/json
      payload:
        title: hello world
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readTrace
    operationId: listTraces
    parameters:
    - name: sessionId
      in: query
      value: $steps.createSession.outputs.sessionId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: stopSession
    operationId: deleteSession
    parameters:
    - name: sessionId
      in: path
      value: $steps.createSession.outputs.sessionId
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    sessionId: $steps.createSession.outputs.sessionId

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/archal-create-and-evaluate"
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.