Vendia website screenshot

Vendia

Vendia is an enterprise data platform company founded by Tim Wagner (creator of AWS Lambda) and Shruthi Rao (founder of the AWS blockchain practice). Its flagship product is the Vendia MCP Gateway — a managed, multi-tenant Model Context Protocol server that gives AI agents governed, audited access to Amazon S3 buckets, third-party REST APIs described by OpenAPI/Swagger ("API Catalogs"), and remote MCP servers behind a single OAuth-protected endpoint. Underneath sits Vendia Share, a real-time distributed data platform that exposes each project as an auto-generated GraphQL API over a consensus-backed ledger, with fine-grained permissions, RBAC, schema evolution, file and folder APIs, block/dead-letter notifications, and analytical data products ingested from S3, Snowflake, Databricks, BigQuery, Cloudera, MySQL and PostgreSQL.

Vendia publishes 1 API on the APIs.io network. Tagged areas include Company, MCP, Artificial Intelligence, Data Sharing, and Data Platform.

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

Vendia’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 32 more developer resources.

62.4/100 strong ▬ flat Agent 38/100 agent ready saas Full breakdown ↓
scored 2026-09-06 · rubric v0.19.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs 1 MCP Servers
CompanyMCPArtificial IntelligenceData SharingData PlatformGraphQLAgentsAPI GatewayData Governance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-06 · rubric v0.19.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/vendia: 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 1

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

Vendia Share GraphQL API

Every Vendia project (Uni) is provisioned with an auto-generated GraphQL API derived from its JSON Schema data model — get_X / list_XItems / list_XVersions queries and add_X / c...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Vendia MCP Gateway

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Vendia Plans

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Vendia Rate Limits

3 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.

Vendia Authentication

apiKey/http/oauth2/openIdConnect · 6 schemes

SECURITY

Vendia Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Vendia Scopes

3 scopes · authorizationCode/clientCredentials

3 scopes

SCOPES

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 6

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 5

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: vendia
name: Vendia
description: Vendia is an enterprise data platform company founded by Tim Wagner (creator of AWS Lambda) and Shruthi Rao (founder
  of the AWS blockchain practice). Its flagship product is the Vendia MCP Gateway — a managed, multi-tenant Model Context
  Protocol server that gives AI agents governed, audited access to Amazon S3 buckets, third-party REST APIs described by OpenAPI/Swagger
  ("API Catalogs"), and remote MCP servers behind a single OAuth-protected endpoint. Underneath sits Vendia Share, a real-time
  distributed data platform that exposes each project as an auto-generated GraphQL API over a consensus-backed ledger, with
  fine-grained permissions, RBAC, schema evolution, file and folder APIs, block/dead-letter notifications, and analytical
  data products ingested from S3, Snowflake, Databricks, BigQuery, Cloudera, MySQL and PostgreSQL.
url: https://raw.githubusercontent.com/api-evangelist/vendia/refs/heads/main/apis.yml
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - scopes
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-02'
  method: derived
image: https://www.vendia.com/wp-content/uploads/2025/09/Power_genai_with_enterprise_data.webp
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.23'
created: '2026-08-05'
modified: '2026-08-05'
tags:
- Company
- MCP
- Artificial Intelligence
- Data Sharing
- Data Platform
- GraphQL
- Agents
- API Gateway
- Data Governance
tags_raw:
- Company
- MCP
- Model Context Protocol
- Artificial Intelligence
- Data Sharing
- Data Platform
- GraphQL
- Agents
- API Gateway
- Data Governance
apis:
- name: Vendia Share GraphQL API
  description: Every Vendia project (Uni) is provisioned with an auto-generated GraphQL API derived from its JSON Schema data
    model — get_X / list_XItems / list_XVersions queries and add_X / create_X / put_X / update_X / remove_X mutations, plus
    the Vendia File and Folder APIs (addVendia_File, listVendia_FileItems, getVendia_FileTask). Reads carry a readMode (CACHED,
    NODE_COMMITTED, NODE_LEDGERED, UNI_LEDGERED) and writes carry a syncMode; the @vendia_transaction directive makes multi-operation
    mutations atomic. The endpoint is provisioned per project and requires an OAuth bearer token or node API key, so the schema
    is not anonymously introspectable.
  humanURL: https://docs.vendia.com/platform/operational/scalar-data/graphql/
  baseURL: https://api.share.vendia.com
  tags:
  - GraphQL
  - Data Sharing
  - Ledger
  properties:
  - type: Documentation
    url: https://docs.vendia.com/platform/operational/overview/
  - type: APIReference
    url: https://docs.vendia.com/platform/operational/scalar-data/graphql/
  - type: GettingStarted
    url: https://docs.vendia.com/platform/operational/getting-started/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/vendia-domain-security.yml
- type: Website
  url: https://www.vendia.com/
- type: DeveloperPortal
  url: https://docs.vendia.com/
- type: Documentation
  url: https://docs.vendia.com/platform/
- type: APIReference
  url: https://docs.vendia.com/platform/operational/scalar-data/graphql/
- type: GettingStarted
  url: https://docs.vendia.com/quickstart/
- type: Support
  url: https://www.vendia.com/company/contact-us/
- type: Blog
  url: https://www.vendia.com/blog/
- type: BlogRSS
  url: https://www.vendia.com/feed/
- type: GitHubOrganization
  url: https://github.com/vendia
- type: Pricing
  url: https://www.vendia.com/platform/pricing/
- type: SignUp
  url: https://share.vendia.net/signup
- type: Login
  url: https://share.vendia.net
- type: TermsOfService
  url: https://www.vendia.com/legal/share-service-terms/
- type: PrivacyPolicy
  url: https://www.vendia.com/legal/privacy-policy/
- type: Security
  url: https://www.vendia.com/legal/security-policy/
- type: Compliance
  url: https://www.vendia.com/security/soc2
- type: StatusPage
  url: https://status.vendia.com/
- type: SLA
  url: https://www.vendia.com/legal/share-service-level-agreement/
- type: LinkedIn
  url: https://www.linkedin.com/company/vendiahq
- type: Twitter
  url: https://twitter.com/vendiahq
- type: YouTube
  url: https://www.youtube.com/@vendiahq
- type: MCPServer
  url: mcp/vendia-mcp.yml
- type: LLMsTxt
  url: llms/vendia-llms.txt
- type: WellKnown
  url: well-known/vendia-well-known.yml
- type: Packages
  url: packages/vendia-packages.yml
- type: SDKs
  url: packages/vendia-packages.yml
- type: CLI
  url: cli/vendia-cli.yml
- type: Authentication
  url: authentication/vendia-authentication.yml
- type: OAuthScopes
  url: scopes/vendia-scopes.yml
- type: Conventions
  url: conventions/vendia-conventions.yml
- type: Lifecycle
  url: lifecycle/vendia-lifecycle.yml
- type: ChangeLog
  url: https://www.vendia.com/releases/
- type: ChangeLog
  url: changelog/vendia-changelog.yml
- type: Conformance
  url: conformance/vendia-conformance.yml
- type: Webhooks
  url: asyncapi/vendia-notifications-webhooks.yml
- type: Sandbox
  url: sandbox/vendia-sandbox.yml
- type: Plans
  url: plans/vendia-plans.yml
- type: RateLimits
  url: rate-limits/vendia-rate-limits.yml
x-enrichment:
  date: '2026-08-05'
  status: enriched
  artifacts_added: 19
  pass: local-v1

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