Crate Io website screenshot

Crate Io

Crate.io is the company behind CrateDB, a distributed SQL database engineered for real-time analytics on large volumes of operational data. CrateDB unifies time-series, JSON/document, full-text search, vector, geospatial, and relational data behind standard SQL, is PostgreSQL wire-protocol compatible, and is built on Lucene for horizontal scalability and sub-second queries over billions of rows. Developers interact with CrateDB through an HTTP SQL endpoint (POST /_sql on port 4200) and with the managed CrateDB Cloud service through the CrateDB Cloud REST API (https://console.cratedb.cloud/api/v2), which manages organizations, projects, clusters, users, roles, subscriptions, and audit logs. Crate.io is a Speedinvest portfolio company; CrateDB Cloud is certified to ISO 27001 and SOC 2 Type II.

Crate Io publishes 2 APIs on the APIs.io network. Tagged areas include Company, Database, SQL, Distributed Database, and Analytics.

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

37.4/100 thin ▬ flat Agent 9/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
2 APIs 1 MCP Servers
CompanyDatabaseSQLDistributed DatabaseAnalyticsTime SeriesVector DatabaseIoTCloudDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
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/crate-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.

CrateDB Cloud API

The CrateDB Cloud REST API manages CrateDB Cloud resources — organizations, regions, projects, clusters, products, users, roles, subscriptions, and audit logs. Authentication us...

CrateDB HTTP SQL Endpoint

CrateDB's native developer interface: a JSON-over-HTTP SQL endpoint. Clients POST a JSON body ({"stmt": "...", "args": [...], "bulk_args": [[...]]}) to /_sql (default port 4200)...

MCP Servers 1

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

Crate Io MCP Server

Official CrateDB MCP Server providing natural-language Text-to-SQL query execution against a CrateDB cluster and retrieval over CrateDB documentation.

MCP SERVER

Security Posture 4

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

Crate Io Authentication

http-basic/http-basic-apikey/jwt · 3 schemes

SECURITY

Crate Io Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Crate Io Vulnerability Disclosure

contact published

SECURITY

Crate Io Trust Center

SOC 2 Type II, ISO 27001

SECURITY

Resources

Get Started 3

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 4

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: crate-io
name: Crate Io
description: Crate.io is the company behind CrateDB, a distributed SQL database engineered for real-time analytics on large
  volumes of operational data. CrateDB unifies time-series, JSON/document, full-text search, vector, geospatial, and relational
  data behind standard SQL, is PostgreSQL wire-protocol compatible, and is built on Lucene for horizontal scalability and
  sub-second queries over billions of rows. Developers interact with CrateDB through an HTTP SQL endpoint (POST /_sql on port
  4200) and with the managed CrateDB Cloud service through the CrateDB Cloud REST API (https://console.cratedb.cloud/api/v2),
  which manages organizations, projects, clusters, users, roles, subscriptions, and audit logs. Crate.io is a Speedinvest
  portfolio company; CrateDB Cloud is certified to ISO 27001 and SOC 2 Type II.
url: https://raw.githubusercontent.com/api-evangelist/crate-io/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: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://cratedb.com/hubfs/cr-featured-image-23.jpg
x-type: company
x-source: vc-portfolio
x-backed-by:
- speedinvest
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Database
- SQL
- Distributed Database
- Analytics
- Time Series
- Vector Database
- IoT
- Cloud
- Developer Tools
apis:
- name: CrateDB Cloud API
  description: The CrateDB Cloud REST API manages CrateDB Cloud resources — organizations, regions, projects, clusters, products,
    users, roles, subscriptions, and audit logs. Authentication uses HTTP Basic auth with an API key id and secret generated
    from the CrateDB Cloud account settings; keys inherit the permissions of the user who created them.
  humanURL: https://cratedb.com/docs/cloud/en/latest/reference/api.html
  baseURL: https://console.cratedb.cloud/api/v2
  tags:
  - Cloud
  - Management API
  - Cluster
  tags_raw:
  - Cloud
  - Management API
  - Clusters
  properties:
  - type: Documentation
    url: https://cratedb.com/docs/cloud/en/latest/reference/api.html
  - type: APIReference
    url: https://console.cratedb.cloud/api/docs
- name: CrateDB HTTP SQL Endpoint
  description: 'CrateDB''s native developer interface: a JSON-over-HTTP SQL endpoint. Clients POST a JSON body ({"stmt": "...",
    "args": [...], "bulk_args": [[...]]}) to /_sql (default port 4200) and receive cols/rows/rowcount/col_types. PostgreSQL
    wire protocol is also supported. Errors return a structured {"error": {"code": N, "message": "..."}} envelope with codes
    in the 4000-5035 range.'
  humanURL: https://cratedb.com/docs/crate/reference/en/latest/interfaces/http.html
  baseURL: https://console.cratedb.cloud
  tags:
  - SQL
  - HTTP
  - Database
  properties:
  - type: Documentation
    url: https://cratedb.com/docs/crate/reference/en/latest/interfaces/http.html
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.cratedb.com/
- type: DeveloperPortal
  url: https://console.cratedb.cloud/
- type: Documentation
  url: https://cratedb.com/docs
- type: APIReference
  url: https://cratedb.com/docs/cloud/en/latest/reference/api.html
- type: GettingStarted
  url: https://cratedb.com/docs/guide/
- type: Support
  url: https://cratedb.com/support
- type: HelpCenter
  url: https://community.cratedb.com/
- type: Blog
  url: https://cratedb.com/blog
- type: GitHubOrganization
  url: https://github.com/crate
- type: Pricing
  url: https://cratedb.com/pricing
- type: SignUp
  url: https://console.cratedb.cloud/
- type: TermsOfService
  url: https://cratedb.com/legal/terms-of-service
- type: PrivacyPolicy
  url: https://cratedb.com/legal/privacy-policy
- type: StatusPage
  url: https://cratedb.statuspage.io/
- type: Packages
  url: packages/crate-io-packages.yml
- type: SDKs
  url: packages/crate-io-packages.yml
- type: CLI
  url: cli/crate-io-cli.yml
- type: MCPServer
  url: mcp/crate-io-mcp.yml
- type: LLMsTxt
  url: llms/crate-io-llms.txt
- type: Authentication
  url: authentication/crate-io-authentication.yml
- type: Conventions
  url: conventions/crate-io-conventions.yml
- type: ErrorCatalog
  url: errors/crate-io-error-codes.yml
- type: Lifecycle
  url: lifecycle/crate-io-lifecycle.yml
- type: ChangeLog
  url: changelog/crate-io-changelog.yml
- type: Conformance
  url: conformance/crate-io-conformance.yml
- type: Compliance
  url: https://cratedb.com/security
- type: DomainSecurity
  url: security/crate-io-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/crate-io-vulnerability-disclosure.yml
- type: Security
  url: https://github.com/crate/crate/security
- type: TrustCenter
  url: security/crate-io-trust-center.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence

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