Vapor IO

Vapor IO is an Austin, Texas edge computing company that builds and operates the Kinetic Grid, a carrier-neutral network of micro modular data centers offering edge colocation, interconnection, networking and network-delivered AI across dozens of US markets and, through a Cellnex partnership, into Europe. Its public, machine-readable developer surface is the open source Synse platform, published under the vapor-ware GitHub organization: Synse Server, a uniform HTTP and WebSocket API for monitoring and controlling physical and virtual devices (data center equipment, IoT devices, building management systems, edge hardware), and the Synse plugin gRPC API, whose Protocol Buffers contract is published in full. Protocol-specific plugins cover IPMI, SNMP, Modbus over TCP/IP, Intel AMT and Juniper JTI, with Go and Python SDKs, a Go CLI, Helm charts and Docker images. Kinetic Grid Portal telemetry is described as API-accessible but is documented only to customers.

Vapor IO publishes 2 APIs on the APIs.io network. Tagged areas include Company, Edge Computing, Data Centers, Colocation, and Infrastructure.

The Vapor IO catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Vapor IO’s developer surface includes documentation, API reference, getting-started guide, engineering blog, support, CLI, sandbox, and 22 more developer resources.

38.9/100 thin Agent 26/100 agent aware Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
2 APIs
CompanyEdge ComputingData CentersColocationInfrastructureDevice ManagementMonitoringTelemetryIoTgRPCOpen SourceKubernetes

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/vapor-io: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

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

Synse Server API (v3)

Synse Server exposes a uniform HTTP and WebSocket API for reading from and writing to physical and virtual devices through protocol-specific plugins. The same 18 operations are ...

Synse Plugin gRPC API (V3Plugin)

The internal gRPC API for bi-directional communication between Synse Server and Synse plugins. The published Protocol Buffers contract defines the V3Plugin service with 12 RPCs ...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Vapor Io Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

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

Vapor Io Authentication

0 schemes

SECURITY

Vapor Io Domain Security

TLSv1.3 · HSTS

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

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: vapor-io
name: Vapor IO
description: 'Vapor IO is an Austin, Texas edge computing company that builds and operates the Kinetic Grid, a carrier-neutral
  network of micro modular data centers offering edge colocation, interconnection, networking and network-delivered AI across
  dozens of US markets and, through a Cellnex partnership, into Europe. Its public, machine-readable developer surface is
  the open source Synse platform, published under the vapor-ware GitHub organization: Synse Server, a uniform HTTP and WebSocket
  API for monitoring and controlling physical and virtual devices (data center equipment, IoT devices, building management
  systems, edge hardware), and the Synse plugin gRPC API, whose Protocol Buffers contract is published in full. Protocol-specific
  plugins cover IPMI, SNMP, Modbus over TCP/IP, Intel AMT and Juniper JTI, with Go and Python SDKs, a Go CLI, Helm charts
  and Docker images. Kinetic Grid Portal telemetry is described as API-accessible but is documented only to customers.'
image: https://www.vapor.io/wp-content/uploads/2021/06/cropped-1-Fav.png
url: https://raw.githubusercontent.com/api-evangelist/vapor-io/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-09-02'
modified: '2026-09-02'
tags:
- Company
- Edge Computing
- Data Centers
- Colocation
- Infrastructure
- Device Management
- Monitoring
- Telemetry
- IoT
- gRPC
- Open Source
- Kubernetes
apis:
- aid: vapor-io:synse-server
  name: Synse Server API (v3)
  description: 'Synse Server exposes a uniform HTTP and WebSocket API for reading from and writing to physical and virtual
    devices through protocol-specific plugins. The same 18 operations are available over both transports: status, version,
    config, plugin summary/detail/health, device scan, tags, device info, read, read-by-device, read cache, streamed readings
    (WebSocket only), asynchronous and synchronous writes, and transaction status. Synse Server is self-hosted; the base URL
    is the host and port of the operator''s own deployment, which defaults to port 5000.'
  humanURL: https://synse.readthedocs.io/en/latest/server/api.v3/
  baseURL: http://{synse-server-host}:5000
  tags:
  - Device Management
  - Monitoring
  - Telemetry
  - Edge Computing
  - IoT
  properties:
  - type: Documentation
    url: https://synse.readthedocs.io/en/latest/server/intro/
  - type: APIReference
    url: https://synse.readthedocs.io/en/latest/server/api.v3/
  - type: GettingStarted
    url: https://synse.readthedocs.io/en/latest/server/user/quickstart/
  - type: SourceCode
    url: https://github.com/vapor-ware/synse-server
  - type: ErrorCatalog
    url: errors/vapor-io-problem-types.yml
  - type: Conventions
    url: conventions/vapor-io-conventions.yml
  - type: DataModel
    url: data-model/vapor-io-data-model.yml
  - type: RateLimits
    url: rate-limits/vapor-io-rate-limits.yml
- aid: vapor-io:synse-plugin-grpc
  name: Synse Plugin gRPC API (V3Plugin)
  description: The internal gRPC API for bi-directional communication between Synse Server and Synse plugins. The published
    Protocol Buffers contract defines the V3Plugin service with 12 RPCs — Devices, Health, Metadata, Read, ReadCache, ReadStream,
    Test, Transaction, Transactions, Version, WriteAsync and WriteSync — six of which return server streams, plus 24 messages
    and three enums. Plugins are self-hosted and listen on port 5001 by default.
  humanURL: https://github.com/vapor-ware/synse-server-grpc
  baseURL: grpc://{synse-plugin-host}:5001
  tags:
  - gRPC
  - Device Management
  - Telemetry
  properties:
  - type: Protobuf
    url: grpc/vapor-io-synse-v3plugin.proto
  - type: SourceCode
    url: https://github.com/vapor-ware/synse-server-grpc
  - type: Documentation
    url: https://synse.readthedocs.io/en/latest/sdk/architecture/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/vapor-io-domain-security.yml
- type: Website
  url: https://www.vapor.io/
- type: Documentation
  url: https://synse.readthedocs.io/en/latest/
- type: APIReference
  url: https://synse.readthedocs.io/en/latest/server/api.v3/
- type: GettingStarted
  url: https://synse.readthedocs.io/en/latest/server/user/quickstart/
- type: GitHubOrganization
  url: https://github.com/vapor-ware
- type: Blog
  url: https://www.vapor.io/resources/blog/
- type: BlogRSS
  url: https://www.vapor.io/feed/
- type: Support
  url: https://github.com/vapor-ware/synse-server/issues
- type: Contact
  url: https://www.vapor.io/contact/
- type: TermsOfService
  url: https://www.vapor.io/legal/website-terms-of-use/
- type: PrivacyPolicy
  url: https://www.vapor.io/legal/privacy-policy/
- type: License
  url: https://synse.readthedocs.io/en/latest/license/
- type: Protobuf
  url: grpc/vapor-io-synse-v3plugin.proto
- type: Packages
  url: packages/vapor-io-packages.yml
- type: SDKs
  url: packages/vapor-io-packages.yml
- type: CLI
  url: cli/vapor-io-cli.yml
- type: Sandbox
  url: sandbox/vapor-io-sandbox.yml
- type: Authentication
  url: authentication/vapor-io-authentication.yml
- type: ErrorCatalog
  url: errors/vapor-io-problem-types.yml
- type: Conventions
  url: conventions/vapor-io-conventions.yml
- type: Lifecycle
  url: lifecycle/vapor-io-lifecycle.yml
- type: ChangeLog
  url: changelog/vapor-io-changelog.yml
- type: Conformance
  url: conformance/vapor-io-conformance.yml
- type: DataModel
  url: data-model/vapor-io-data-model.yml
- type: RateLimits
  url: rate-limits/vapor-io-rate-limits.yml
- type: Plans
  url: plans/vapor-io-plans-pricing.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/vapor-io-llms.txt
x-enrichment:
  date: '2026-09-02'
  status: enriched
  artifacts_added: 23
  pass: local-v1
x-coverage:
  state: covered
  reason: covered
  detail: Vapor IO publishes a real machine-readable contract — the Synse V3Plugin Protocol Buffers file, 12 RPCs, harvested
    verbatim — plus a complete HTTP/WebSocket API reference, first-party Go and Python clients, a Go CLI and container images.
    No OpenAPI exists anywhere on any host or in the vapor-ware organization, so the REST surface is documented in markdown
    only.
  evidence:
  - url: https://raw.githubusercontent.com/vapor-ware/synse-server-grpc/master/synse.proto
    status: 200
  - url: https://synse.readthedocs.io/en/latest/server/api.v3/
    status: 200
  - url: https://synse.readthedocs.io/openapi.json
    status: 404
  checked: '2026-09-02'

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