Svix · Schema

Svix Application

A Svix Application — a multi-tenant container that holds endpoints, messages, and integrations for a single customer/tenant of the user of Svix.

WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLI

Properties

Name Type Description
id string Svix-assigned application ID (prefixed KSUID).
uid stringnull Optional customer-supplied unique identifier for the application.
name string Human-readable application name.
metadata object Arbitrary key/value metadata.
throttleRate integernull Maximum messages per second to send to this application.
rateLimit integernull Deprecated, use throttleRate instead.
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

svix-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/svix/json-schema/application.json",
  "title": "Svix Application",
  "description": "A Svix Application — a multi-tenant container that holds endpoints, messages, and integrations for a single customer/tenant of the user of Svix.",
  "type": "object",
  "required": ["id", "name", "metadata", "createdAt", "updatedAt"],
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^app_[A-Za-z0-9]{27}$",
      "description": "Svix-assigned application ID (prefixed KSUID).",
      "examples": ["app_1srOrx2ZWZBpBUvZwXKQmoEYga2"]
    },
    "uid": {
      "type": ["string", "null"],
      "minLength": 1,
      "maxLength": 256,
      "pattern": "^[a-zA-Z0-9\\-_.]+$",
      "description": "Optional customer-supplied unique identifier for the application."
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "description": "Human-readable application name."
    },
    "metadata": {
      "type": "object",
      "additionalProperties": { "type": "string" },
      "description": "Arbitrary key/value metadata."
    },
    "throttleRate": {
      "type": ["integer", "null"],
      "minimum": 0,
      "maximum": 65535,
      "description": "Maximum messages per second to send to this application."
    },
    "rateLimit": {
      "type": ["integer", "null"],
      "deprecated": true,
      "description": "Deprecated, use throttleRate instead."
    },
    "createdAt": { "type": "string", "format": "date-time" },
    "updatedAt": { "type": "string", "format": "date-time" }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/svix-application"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.