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 Subscription, Shopify, E-Commerce, Direct to Consumer, and Recurring Billing.

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

28.5/100 thin ▬ flat Agent 16/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessPaid
4 APIs
SubscriptionShopifyE-CommerceDirect to ConsumerRecurring BillingGraphQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 28.5/100 · thin
Contract Quality 9.3 / 25
Developer Ergonomics 1.9 / 20
Access Clarity 5.8 / 20
Operational Transparency 4.1 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
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
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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:
- Subscription
- Shopify
- E-Commerce
- Direct to Consumer
- Recurring Billing
- GraphQL
tags_raw:
- Subscriptions
- Shopify
- Ecommerce
- DTC
- Recurring Billing
- GraphQL
created: '2026-07-10'
modified: '2026-07-10'
specificationVersion: '0.23'
apis:
- aid: skio:skio-subscriptions-api
  name: Skio Subscriptions API
  tags:
  - Subscription
  - Recurring Billing
  - GraphQL
  tags_raw:
  - 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:
  - Order
  - E-Commerce
  - GraphQL
  tags_raw:
  - 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:
  - Product
  - Selling Plans
  - Catalog
  - GraphQL
  tags_raw:
  - 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

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/skio"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/skio/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/skio/evidence"

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.