Spin website screenshot

Spin

Spin is an open source framework by Fermyon for building and running fast, secure, and composable cloud microservices with WebAssembly. Spin provides a developer experience for creating event-driven serverless applications that compile to WebAssembly and run on any platform that supports the Spin runtime including local dev environments, Kubernetes (via SpinKube), and Fermyon Cloud.

Spin publishes 5 APIs on the APIs.io network. Tagged areas include Cloud Native, Microservices, Serverless, and WebAssembly.

The Spin catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Spin’s developer surface includes documentation, getting-started guide, release notes, engineering blog, and 12 more developer resources.

37.7/100 thin ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemium
5 APIs
Cloud NativeMicroservicesServerlessWebAssembly

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 37.7/100 · thin
Contract Quality 3.2 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 7.5 / 13
Governance 8.3 / 12
Discoverability 5.6 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 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/spin: 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 5

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

Spin HTTP Trigger API

The Spin HTTP Trigger API handles incoming HTTP requests and routes them to the appropriate Spin component. Components receive an HTTP request object and return an HTTP response...

Spin Key-Value Store API

The Spin Key-Value Store API provides Spin components with access to a persistent key-value storage service. Components read, write, and delete key-value pairs using the Spin SD...

Spin SQLite API

The Spin SQLite API provides Spin components with access to an embedded relational database. Components can execute SQL queries and statements using the Spin SDK's SQLite interf...

Spin Serverless AI API

The Spin Serverless AI API enables Spin components to run AI inference using built-in language model support (Llama 2, CodeLlama, etc.) via the Spin SDK's infer() function. Comp...

Spin Variables API

The Spin Variables API provides runtime access to application configuration variables defined in spin.toml. Variables can be required or optional with defaults, and can be marke...

Pricing Plans 1

Published pricing tiers and plan structures.

Spin Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Spin Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Spin Finops

FINOPS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Spin Context

3 classes · 15 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Spin API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Spin API Rules

7 rules · 2 errors 5 warnings

SPECTRAL

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Spin Application Manifest

4 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Spin Manifest Structure

0 properties

JSON STRUCTURE

Examples 1

Example request and response payloads for these APIs.

Spin Manifest Example

2 fields

EXAMPLE

Security Posture 1

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

Spin Domain Security

TLSv1.3 · DNSSEC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: spin
name: Spin
description: Spin is an open source framework by Fermyon for building and running fast, secure, and composable cloud microservices
  with WebAssembly. Spin provides a developer experience for creating event-driven serverless applications that compile to
  WebAssembly and run on any platform that supports the Spin runtime including local dev environments, Kubernetes (via SpinKube),
  and Fermyon Cloud.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/spin.png
tags:
- Cloud Native
- Microservices
- Serverless
- WebAssembly
url: https://raw.githubusercontent.com/api-evangelist/spin/refs/heads/main/apis.yml
created: '2026-03-26'
modified: '2026-05-02'
specificationVersion: '0.19'
apis:
- aid: spin:spin-http-trigger-api
  name: Spin HTTP Trigger API
  description: The Spin HTTP Trigger API handles incoming HTTP requests and routes them to the appropriate Spin component.
    Components receive an HTTP request object and return an HTTP response. Supported via the Spin SDK in Rust, Go, Python,
    JavaScript, and other languages that target WASI.
  humanURL: https://spinframework.dev/v3/http-trigger
  tags:
  - HTTP
  - Trigger
  - WebAssembly
  properties:
  - type: Documentation
    url: https://spinframework.dev/v3/http-trigger
  - type: GitHubRepository
    url: https://github.com/fermyon/spin
- aid: spin:spin-key-value-api
  name: Spin Key-Value Store API
  description: The Spin Key-Value Store API provides Spin components with access to a persistent key-value storage service.
    Components read, write, and delete key-value pairs using the Spin SDK. The underlying store can be an in-memory store
    (for development), Redis, or cloud-managed storage depending on the deployment target.
  humanURL: https://spinframework.dev/v3/kv-store-api
  tags:
  - Key-Value
  - Storage
  - WebAssembly
  properties:
  - type: Documentation
    url: https://spinframework.dev/v3/kv-store-api
  - type: GitHubRepository
    url: https://github.com/fermyon/spin
- aid: spin:spin-sqlite-api
  name: Spin SQLite API
  description: The Spin SQLite API provides Spin components with access to an embedded relational database. Components can
    execute SQL queries and statements using the Spin SDK's SQLite interface, enabling structured data persistence within
    Spin applications.
  humanURL: https://spinframework.dev/v3/sqlite-api
  tags:
  - Database
  - SQLite
  - Storage
  - WebAssembly
  properties:
  - type: Documentation
    url: https://spinframework.dev/v3/sqlite-api
  - type: GitHubRepository
    url: https://github.com/fermyon/spin
- aid: spin:spin-serverless-ai-api
  name: Spin Serverless AI API
  description: The Spin Serverless AI API enables Spin components to run AI inference using built-in language model support
    (Llama 2, CodeLlama, etc.) via the Spin SDK's infer() function. Components must declare the ai_models they need in spin.toml.
    Supported on Fermyon Cloud and SpinKube deployments.
  humanURL: https://spinframework.dev/v3/serverless-ai-tutorial
  tags:
  - AI
  - LLM
  - Machine Learning
  - WebAssembly
  properties:
  - type: Documentation
    url: https://spinframework.dev/v3/serverless-ai-tutorial
  - type: GitHubRepository
    url: https://github.com/fermyon/spin
- aid: spin:spin-variables-api
  name: Spin Variables API
  description: The Spin Variables API provides runtime access to application configuration variables defined in spin.toml.
    Variables can be required or optional with defaults, and can be marked as secrets. At runtime, variables are resolved
    from environment variables, Vault, or other configured providers.
  humanURL: https://spinframework.dev/v3/variables
  tags:
  - Configuration
  - Variables
  - WebAssembly
  properties:
  - type: Documentation
    url: https://spinframework.dev/v3/variables
  - type: GitHubRepository
    url: https://github.com/fermyon/spin
common:
- type: DomainSecurity
  url: security/spin-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/fermyon
- type: JSONSchema
  url: json-schema/spin-manifest.json
- type: SpectralRules
  url: rules/spin-rules.yml
- type: Vocabulary
  url: vocabulary/spin-vocabulary.yml
- type: Website
  url: https://spinframework.dev/
- type: Documentation
  url: https://spinframework.dev/v3/
- type: GettingStarted
  url: https://spinframework.dev/v3/quickstart
- type: GitHubOrganization
  url: https://github.com/fermyon
- type: GitHubRepository
  url: https://github.com/fermyon/spin
- type: ReleaseNotes
  url: https://github.com/fermyon/spin/releases
- type: RoadMap
  url: https://github.com/fermyon/spin/blob/main/ROADMAP.md
- type: Community
  url: https://www.fermyon.com/community
- type: Blog
  url: https://www.fermyon.com/blog
- type: Discord
  url: https://discord.gg/AAFNfS7NGf
- type: X
  url: https://twitter.com/fermyon
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com