Spin · JSON Structure

Spin Manifest Structure

JSON Structure document for the Spin WebAssembly application manifest (spin.toml), describing the data model for configuring Spin applications.

Type: object Properties: 0
Cloud-NativeMicroservicesServerlessWebAssembly

Spin Manifest Structure is a JSON Structure definition published by Spin.

Meta-schema:

JSON Structure

spin-manifest-structure.json Raw ↑
{
  "title": "Spin Application Manifest Structure",
  "description": "JSON Structure document for the Spin WebAssembly application manifest (spin.toml), describing the data model for configuring Spin applications.",
  "type": "object",
  "fields": [
    { "name": "spin_manifest_version", "type": "integer", "required": true, "description": "Manifest version (currently 2)" },
    { "name": "application", "type": "object", "required": true, "description": "Application-level configuration" },
    { "name": "variables", "type": "object", "required": false, "description": "Application variables map" }
  ],
  "relatedTypes": [
    {
      "name": "Application",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Application name" },
        { "name": "version", "type": "string", "required": false, "description": "Application version (semver)" },
        { "name": "description", "type": "string", "required": false, "description": "Application description" },
        { "name": "authors", "type": "array[string]", "required": false, "description": "Application authors" }
      ]
    },
    {
      "name": "Component",
      "fields": [
        { "name": "source", "type": "string", "required": false, "description": "Path to Wasm module or OCI reference" },
        { "name": "description", "type": "string", "required": false, "description": "Component description" },
        { "name": "allowed_outbound_hosts", "type": "array[string]", "required": false, "description": "Allowed outbound HTTP hosts" },
        { "name": "key_value_stores", "type": "array[string]", "required": false, "description": "Key-value stores accessible to component" },
        { "name": "sqlite_databases", "type": "array[string]", "required": false, "description": "SQLite databases accessible to component" },
        { "name": "ai_models", "type": "array[string]", "required": false, "description": "AI models accessible to component" },
        { "name": "variables", "type": "object", "required": false, "description": "Variable bindings for this component" }
      ]
    },
    {
      "name": "Variable",
      "fields": [
        { "name": "required", "type": "boolean", "required": false, "description": "Whether the variable is required" },
        { "name": "default", "type": "string", "required": false, "description": "Default value" },
        { "name": "secret", "type": "boolean", "required": false, "description": "Whether the variable is a secret" }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/spin-manifest-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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.