Skio

Skio is a subscription-management platform for Shopify DTC brands (acquired by Recharge in 2026), powering recurring orders, passwordless subscriber portals, and one-click Shop Pay checkout. Its public developer API is GraphQL-first, served from https://graphql.skio.com/v1/graphql, with a data model that mirrors Shopify GraphQL objects - most entities carry a platformId holding the corresponding Shopify GID. Read queries use Hasura-style where/order_by/limit/offset arguments; writes are purpose-built mutations (createSubscription, cancelSubscription, pauseSubscription, applyDiscountCode). A newer public REST API has also been announced.

Skio publishes 4 APIs on the APIs.io network. Tagged areas include Subscriptions, Shopify, Ecommerce, DTC, and Recurring Billing.

Skio’s developer surface includes documentation and 6 more developer resources.

29.8/100 thin ▲ 8.2 Agent 19/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaid
4 APIs
SubscriptionsShopifyEcommerceDTCRecurring BillingGraphQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 29.8/100 · thin
Contract Quality 10.8 / 25
Developer Ergonomics 1.7 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 19/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 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/skio: 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 4

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

Skio Subscriptions API

Query and manage recurring subscriptions - list and fetch subscriptions and their lines, then create, cancel, pause, unpause, reactivate, skip, ship now, swap product variants, ...

Skio Subscribers API

Look up storefront users (subscribers) and their addresses and payment methods, filter by email, and generate passwordless magic links and quick-action tokens for self-service s...

Skio Orders API

List and fetch orders generated by subscriptions and their line items, filter by subscriber or creation time, and read aggregated daily revenue metrics. Order and OrderLineItem ...

Skio Products & Selling Plans API

Read products and product variants, manage pricing policies and billing and delivery policies, and add or remove product variants from selling plan groups that define which prod...

GraphQL 1

GraphQL schemas published by this provider.

Skio GraphQL API

Skio is a subscription-management platform for Shopify DTC brands. Its public developer API is **GraphQL-first**, served from a single endpoint, and its data model mirrors Shopi...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Skio Plans Pricing

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Skio Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Skio Finops

FINOPS

Security Posture 1

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

Skio Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: skio
url: https://raw.githubusercontent.com/api-evangelist/skio/refs/heads/main/apis.yml
name: Skio
kind: company
description: Skio is a subscription-management platform for Shopify DTC brands (acquired by Recharge in 2026), powering recurring
  orders, passwordless subscriber portals, and one-click Shop Pay checkout. Its public developer API is GraphQL-first, served
  from https://graphql.skio.com/v1/graphql, with a data model that mirrors Shopify GraphQL objects - most entities carry a
  platformId holding the corresponding Shopify GID. Read queries use Hasura-style where/order_by/limit/offset arguments; writes
  are purpose-built mutations (createSubscription, cancelSubscription, pauseSubscription, applyDiscountCode). A newer public
  REST API has also been announced.
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/skio.png
tags:
- Subscriptions
- Shopify
- Ecommerce
- DTC
- Recurring Billing
- GraphQL
created: '2026-07-10'
modified: '2026-07-10'
specificationVersion: '0.19'
apis:
- aid: skio:skio-subscriptions-api
  name: Skio Subscriptions API
  tags:
  - Subscriptions
  - Recurring Billing
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  - url: graphql/skio-graphql.md
    type: GraphQL
  description: Query and manage recurring subscriptions - list and fetch subscriptions and their lines, then create, cancel,
    pause, unpause, reactivate, skip, ship now, swap product variants, edit interval, apply discount codes, and update the
    next billing date. Mirrors Shopify's SubscriptionContract via platformId.
- aid: skio:skio-subscribers-api
  name: Skio Subscribers API
  tags:
  - Subscribers
  - Customers
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: Look up storefront users (subscribers) and their addresses and payment methods, filter by email, and generate
    passwordless magic links and quick-action tokens for self-service subscriber portals. StorefrontUser mirrors Shopify's
    Customer object.
- aid: skio:skio-orders-api
  name: Skio Orders API
  tags:
  - Orders
  - Ecommerce
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: List and fetch orders generated by subscriptions and their line items, filter by subscriber or creation time,
    and read aggregated daily revenue metrics. Order and OrderLineItem mirror Shopify's Order objects via platformId.
- aid: skio:skio-products-selling-plans-api
  name: Skio Products & Selling Plans API
  tags:
  - Products
  - Selling Plans
  - Catalog
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: Read products and product variants, manage pricing policies and billing and delivery policies, and add or remove
    product variants from selling plan groups that define which products can be sold as subscriptions.
common:
- type: DomainSecurity
  url: security/skio-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/skio
- type: Website
  url: https://skio.com
- type: Documentation
  url: https://code.skio.com/
- type: Plans
  url: plans/skio-plans-pricing.yml
- type: RateLimits
  url: rate-limits/skio-rate-limits.yml
- type: FinOps
  url: finops/skio-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com