Osly Workflow API (PocketFlow)

The workflow list, detail and execution surface behind Osly, as documented by the company's own first-party TypeScript SDK. Two REST reads (GET /workflows, GET /workflows/{id}) authenticated with an X-API-Key header carrying a pfl_-prefixed key, plus a Socket.IO channel where a client emits run_workflow and receives run_start / stream_output / node_error / run_complete events. Osly publishes no API reference, no OpenAPI and no changelog for this surface, and the base host currently returns Cloudflare 522 (origin unreachable).

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/osly-workflow-api-pocketflow"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
name: Osly Workflow API (PocketFlow)
description: The workflow list, detail and execution surface behind Osly, as documented by the company's
  own first-party TypeScript SDK. Two REST reads (GET /workflows, GET /workflows/{id}) authenticated with
  an X-API-Key header carrying a pfl_-prefixed key, plus a Socket.IO channel where a client emits run_workflow
  and receives run_start / stream_output / node_error / run_complete events. Osly publishes no API reference,
  no OpenAPI and no changelog for this surface, and the base host currently returns Cloudflare 522 (origin
  unreachable).
humanURL: https://github.com/Osly-AI/Pocketflow-SDK
baseURL: https://api.pocketflow.ai
tags:
- Workflow-Automation
- Agents
- Artificial Intelligence
tags_raw:
- Workflow Automation
- Agents
- Artificial Intelligence
properties:
- type: Documentation
  url: https://github.com/Osly-AI/Pocketflow-SDK#readme
- type: SourceCode
  url: https://github.com/Osly-AI/Pocketflow-SDK
- type: Authentication
  url: authentication/osly-authentication.yml
- type: Conventions
  url: conventions/osly-conventions.yml
- type: DataModel
  url: data-model/osly-data-model.yml
- type: ErrorCatalog
  url: errors/osly-problem-types.yml
- type: EventCatalog
  url: events/osly-workflow-events.yml
- type: RateLimits
  url: rate-limits/osly-rate-limits.yml