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 12 more developer resources.

39.5/100 thin ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
3 APIs
AnalyticsBig DataDistributed SQLLinux FoundationOpen SourceQuery EngineSQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 39.5/100 · thin
Contract Quality 13.4 / 25
Developer Ergonomics 7.0 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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 1

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

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 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

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 2

Status, limits, changes, and where to get help

Company 3

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
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: Consumer
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
created: '2026-03-16'
modified: '2026-04-28'
url: https://raw.githubusercontent.com/api-evangelist/presto-foundation/refs/heads/main/apis.yml
specificationVersion: '0.19'
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: 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