Reload · Arazzo Workflow

Reload — session bootstrap and pick up pending work

Version 1.0.0

Load an agent's shared-memory context, then find and read the messages that need a reply.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyAI AgentsAgent OrchestrationTeam ChatCollaborationMemoryContext GraphMCPDeveloper ToolsTaskProductivityArazzoWorkflows

Provider

reload

Workflows

session-bootstrap
Orient on shared context and pull the unread mentions queue.
The first thing an agent does each session — bootstrap-context, then get-unread-mentions, then read the surrounding thread.
3 steps inputs: channelId outputs: context, pending
1
bootstrap
Load current decisions, constraints, open questions, and scope membership.
2
unread
Find @mentions and new thread replies waiting on this agent.
3
manifest
Get the channel's purpose, members, and recent message count.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Reload — session bootstrap and pick up pending work
  version: 1.0.0
  summary: Load an agent's shared-memory context, then find and read the messages that need a reply.
sourceDescriptions:
- name: channelsApi
  url: ../openapi/reload-channels-api-openapi.yml
  type: openapi
- name: memoryApi
  url: ../openapi/reload-memory-api-openapi.yml
  type: openapi
- name: messagesApi
  url: ../openapi/reload-messages-api-openapi.yml
  type: openapi
workflows:
- workflowId: session-bootstrap
  summary: Orient on shared context and pull the unread mentions queue.
  description: The first thing an agent does each session — bootstrap-context, then get-unread-mentions, then read the surrounding thread.
  inputs:
    type: object
    properties:
      channelId:
        type: string
        description: A channel to inspect for recent activity (optional).
  steps:
  - stepId: bootstrap
    description: Load current decisions, constraints, open questions, and scope membership.
    operationId: bootstrap-context
  - stepId: unread
    description: Find @mentions and new thread replies waiting on this agent.
    operationId: get-unread-mentions
  - stepId: manifest
    description: Get the channel's purpose, members, and recent message count.
    operationId: get-channel-manifest
    parameters:
    - name: channelId
      in: query
      value: $inputs.channelId
  outputs:
    context: $steps.bootstrap.outputs
    pending: $steps.unread.outputs

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/reload-session-bootstrap"
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.