Presto Foundation website screenshot

Presto Foundation

The Presto Foundation is a Linux Foundation project supporting Presto, an open source distributed SQL query engine for big data analytics. Founded by Facebook (Meta), Uber, Twitter, and Alibaba, Presto enables interactive analytics across diverse data sources at massive scale, with a vendor-neutral governance model and an active ecosystem of contributors and integrations.

Presto Foundation publishes 1 API on the APIs.io network: Statement API. Tagged areas include Analytics, Big Data, Distributed SQL, Linux Foundation, and Open-Source.

Presto Foundation’s developer surface includes authentication, developer portal, documentation, engineering blog, YouTube channel, and 18 more developer resources.

34.1/100 thin ▬ flat Agent 29/100 agent ready self hosted · Apache-2.0 Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs
AnalyticsBig DataDistributed SQLLinux FoundationOpen-SourceQuery EngineSQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
The six quality facets above are damped to 80 points between them, because the conditional facet above carries the other 20. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 80% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/presto-foundation: 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 3

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

Presto Client REST API

The Presto Client REST API is the HTTP protocol used by Presto clients to submit SQL queries to a Presto coordinator and stream back results. It centers on POST /v1/statement to...

Presto Coordinator REST API

The Presto Coordinator REST API exposes resources for inspecting and managing a running Presto cluster, including Node, Query, Stage, Statement, and Task resources. These endpoi...

Presto Foundation Statement API

Submit, page, and cancel SQL queries.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Presto Client REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Presto Foundation Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Presto Foundation Authentication

http/oauth2 · 2 schemes

SECURITY

Presto Foundation Domain Security

TLSv1.3 · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Presto Foundation Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Presto Foundation Agentic Access

3 operations · 2 acting

3 operations · 2 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 4

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 4

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: presto-foundation
name: Presto Foundation
description: The Presto Foundation is a Linux Foundation project supporting Presto, an open source distributed SQL query engine
  for big data analytics. Founded by Facebook (Meta), Uber, Twitter, and Alibaba, Presto enables interactive analytics across
  diverse data sources at massive scale, with a vendor-neutral governance model and an active ecosystem of contributors and
  integrations.
type: Index
deliveryModel:
  model: self-hosted
  license: Apache-2.0
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  - openapi
  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
  generated: '2026-07-22'
  method: derived
position: Consuming
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/presto-foundation.png
tags:
- Analytics
- Big Data
- Distributed SQL
- Linux Foundation
- Open-Source
- Query Engine
- SQL
tags_raw:
- Analytics
- Big Data
- Distributed SQL
- Linux Foundation
- Open Source
- Query Engine
- SQL
created: '2026-03-16'
modified: '2026-04-28'
url: https://raw.githubusercontent.com/api-evangelist/presto-foundation/refs/heads/main/apis.yml
specificationVersion: '0.23'
apis:
- aid: presto-foundation:presto-client-rest-api
  name: Presto Client REST API
  description: The Presto Client REST API is the HTTP protocol used by Presto clients to submit SQL queries to a Presto coordinator
    and stream back results. It centers on POST /v1/statement to submit a query, GET on the returned nextUri to fetch subsequent
    result batches, and DELETE on nextUri to cancel a running query. Session context such as user, source, catalog, schema,
    time zone, and language is conveyed through X-Presto-* headers, and supports authentication mechanisms including Kerberos,
    LDAP, password files, OAuth 2.0, and custom authenticators.
  humanURL: https://prestodb.io/docs/current/develop/client-protocol.html
  tags:
  - Analytics
  - Big Data
  - Client Protocol
  - REST API
  - SQL
  properties:
  - type: Documentation
    url: https://prestodb.io/docs/current/develop/client-protocol.html
  - type: REST API Reference
    url: https://prestodb.io/docs/current/rest.html
  - type: GitHubRepository
    url: https://github.com/prestodb/presto
- aid: presto-foundation:presto-coordinator-rest-api
  name: Presto Coordinator REST API
  description: The Presto Coordinator REST API exposes resources for inspecting and managing a running Presto cluster, including
    Node, Query, Stage, Statement, and Task resources. These endpoints are served by the coordinator process and are used
    by clients, monitoring tools, and the Presto worker protocol to coordinate distributed query execution and observe cluster
    health.
  humanURL: https://prestodb.io/docs/current/rest.html
  tags:
  - Analytics
  - Big Data
  - Cluster Management
  - REST API
  - SQL
  properties:
  - type: Documentation
    url: https://prestodb.io/docs/current/rest.html
  - type: Node Resource
    url: https://prestodb.io/docs/current/rest/node.html
  - type: Query Resource
    url: https://prestodb.io/docs/current/rest/query.html
  - type: Stage Resource
    url: https://prestodb.io/docs/current/rest/stage.html
  - type: Statement Resource
    url: https://prestodb.io/docs/current/rest/statement.html
  - type: Task Resource
    url: https://prestodb.io/docs/current/rest/task.html
- aid: presto-foundation:presto-foundation-statement-api
  name: Presto Foundation Statement API
  description: Submit, page, and cancel SQL queries.
  humanURL: https://prestodb.io/docs/current/develop/client-protocol.html
  tags:
  - Statement
  properties:
  - type: OpenAPI
    url: openapi/presto-foundation-statement-api-openapi.yml
common:
- type: Website
  url: https://www.prestodb.io/
- type: IssueTracker
  url: https://github.com/prestodb/presto/issues
- type: Releases
  url: https://github.com/prestodb/presto/releases
- type: CodeOfConduct
  url: https://github.com/prestodb/presto/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md
- type: License
  name: Apache-2.0
  url: https://github.com/prestodb/presto/blob/master/LICENSE
- type: AgenticAccess
  url: agentic-access/presto-foundation-agentic-access.yml
- type: DomainSecurity
  url: security/presto-foundation-domain-security.yml
- type: Authentication
  url: authentication/presto-foundation-authentication.yml
- type: OAuthScopes
  url: scopes/presto-foundation-scopes.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/presto-foundation
- type: Portal
  url: https://prestodb.io/
- type: Documentation
  url: https://prestodb.io/docs/current/
- type: Foundation
  url: https://prestodb.io/foundation/
- type: Blog
  url: https://prestodb.io/blog/
- type: Community
  url: https://prestodb.io/community/
- type: Events
  url: https://prestodb.io/events/
- type: Resources
  url: https://prestodb.io/resources/
- type: GitHubOrganization
  url: https://github.com/prestodb
- type: Slack
  url: https://communityinviter.com/apps/prestodb/prestodb
- type: Twitter
  url: https://twitter.com/prestodb
- type: YouTube
  url: https://www.youtube.com/c/PrestoDB
- type: Linux Foundation
  url: https://www.linuxfoundation.org/projects/case-studies/presto/
maintainers:
- FN: Kin Lane
  email: info@apievangelist.com

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

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.