Osly website screenshot

Osly

Osly is an AI workflow automation platform (a product of Alore AI) that lets startups and prosumers build N8N-based AI workflows from natural language, with no coding required. Users describe automations in plain English to generate email sequences, lead categorization and personalized outreach, spin up internal dashboard UIs, and connect 50+ apps including HubSpot, Salesforce, Google Drive, Notion, LinkedIn and Shopify. Osly was surfaced as a portfolio company of 500 Global and added to the API Evangelist network. It publishes no developer portal, no API documentation and no OpenAPI; the only machine-readable description of its API is the company's own first-party TypeScript SDK in github.com/Osly-AI, which documents an X-API-Key REST surface plus a Socket.IO execution stream at api.pocketflow.ai — the company's prior brand domain, since pocketflow.ai redirects to osly.ai. As of 2026-08-14 every application and API host in the estate (app.osly.ai, api.osly.ai, api.pocketflow.ai, app.alore.ai) returns Cloudflare 522; only the marketing site and blog respond.

Osly publishes 1 API on the APIs.io network. Tagged areas include Company, Artificial Intelligence, Workflow-Automation, No-Code, and Agents.

Osly’s developer surface includes signup flow, support, engineering blog, documentation, CLI, authentication, and 17 more developer resources.

17.6/100 emerging ▬ flat Agent 8/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyArtificial IntelligenceWorkflow-AutomationNo-CodeAgentsLead GenerationProductivityIntegrationLow-Code

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/osly: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

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}) ...

Pricing Plans 1

Published pricing tiers and plan structures.

Osly Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Osly Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Osly Authentication

apiKey · 2 schemes

SECURITY

Osly Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 5

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: osly
name: Osly
description: Osly is an AI workflow automation platform (a product of Alore AI) that lets startups and prosumers build N8N-based
  AI workflows from natural language, with no coding required. Users describe automations in plain English to generate email
  sequences, lead categorization and personalized outreach, spin up internal dashboard UIs, and connect 50+ apps including
  HubSpot, Salesforce, Google Drive, Notion, LinkedIn and Shopify. Osly was surfaced as a portfolio company of 500 Global
  and added to the API Evangelist network. It publishes no developer portal, no API documentation and no OpenAPI; the only
  machine-readable description of its API is the company's own first-party TypeScript SDK in github.com/Osly-AI, which documents
  an X-API-Key REST surface plus a Socket.IO execution stream at api.pocketflow.ai — the company's prior brand domain, since
  pocketflow.ai redirects to osly.ai. As of 2026-08-14 every application and API host in the estate (app.osly.ai, api.osly.ai,
  api.pocketflow.ai, app.alore.ai) returns Cloudflare 522; only the marketing site and blog respond.
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://www.osly.ai/favicon.ico
url: https://raw.githubusercontent.com/api-evangelist/osly/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-14'
tags:
- Company
- Artificial Intelligence
- Workflow-Automation
- No-Code
- Agents
- Lead Generation
- Productivity
- Integration
- Low-Code
tags_raw:
- Company
- Artificial Intelligence
- Workflow Automation
- No-Code
- Agents
- Lead Generation
- Productivity
- Integration
- Low-Code
apis:
- 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
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/osly-domain-security.yml
- type: Website
  url: https://osly.ai/
- type: SignUp
  url: https://app.alore.ai/
- type: Support
  url: https://discord.gg/HrZutaq46t
- type: LinkedIn
  url: https://www.linkedin.com/company/osly-ai
- type: Twitter
  url: https://x.com/osly_ai
- type: GitHubOrganization
  url: https://github.com/Osly-AI
- type: Blog
  url: https://blog.osly.ai/
- type: BlogRSS
  url: https://blog.osly.ai/rss/
- type: Documentation
  url: https://github.com/Osly-AI/Pocketflow-SDK#readme
- type: Packages
  url: packages/osly-packages.yml
- type: SDKs
  url: packages/osly-packages.yml
- type: CLI
  url: cli/osly-cli.yml
- 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: Lifecycle
  url: lifecycle/osly-lifecycle.yml
- type: RateLimits
  url: rate-limits/osly-rate-limits.yml
- type: Plans
  url: plans/osly-plans-pricing.yml
- type: Conformance
  url: conformance/osly-conformance.yml
- type: LLMsTxt
  url: llms/osly-llms.txt
x-enrichment:
  date: '2026-08-14'
  status: enriched
  artifacts_added: 13
  pass: local-v1
x-coverage:
  state: covered
  reason: covered
  detail: 'Contract discovery found no OpenAPI, GraphQL, MCP or agent card on any host, but it did find a real first-party
    contract in the company''s own GitHub organization — the Pocketflow SDK, whose source documents the REST paths, X-API-Key
    scheme, error envelope, pagination and Socket.IO event names now captured as artifacts. The blocking condition is availability,
    not secrecy: every application and API host (app.osly.ai, api.osly.ai, api.pocketflow.ai, app.alore.ai) answered Cloudflare
    522 during this pass.'
  evidence:
  - url: https://api.pocketflow.ai/
    status: 522
  - url: https://app.osly.ai/
    status: 522
  - url: https://github.com/Osly-AI/Pocketflow-SDK
    status: 200
  - url: https://www.osly.ai/
    status: 200
  checked: '2026-08-14'

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/osly"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/osly/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/osly/evidence"

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.