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.

20.2/100 emerging ▲ 11.7 Agent 16/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyArtificial IntelligenceWorkflow AutomationNo-CodeAgentsLead GenerationProductivityIntegrationLow-Code

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 20.2/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 7.8 / 20
Commercial Clarity 2.6 / 20
Operational Transparency 0.7 / 13
Governance 1.5 / 12
Discoverability 7.6 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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.
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.20'
created: '2026-07-17'
modified: '2026-08-14'
tags:
- 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
  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'