SurrealDB website screenshot

SurrealDB

SurrealDB is a multi-model database that unifies documents, graphs, vectors, time-series, full-text search, and relational data within a single ACID transaction framework. It exposes a native HTTP REST API and supports SurrealQL, a powerful query language designed for multi-model data access. The platform includes built-in authentication with JWT tokens, row-level security, and live query subscriptions for real-time applications. SurrealDB Cloud provides a managed hosting option with usage-based pricing, while the open-source engine can be self-hosted. The database also ships a Model Context Protocol (MCP) server enabling AI agents and tools such as Claude, Cursor, and VS Code to query and manage data directly.

SurrealDB publishes 2 APIs on the APIs.io network. Tagged areas include Database, Multi-Model, Graph Database, Document Database, and Vector Database.

The SurrealDB catalog on APIs.io includes 1 JSON-LD context.

SurrealDB’s developer surface includes documentation, engineering blog, pricing, changelog, and 13 more developer resources.

41.4/100 thin ▲ 7.1 Agent 19/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaid
2 APIs
DatabaseMulti-ModelGraph DatabaseDocument DatabaseVector DatabaseTime-SeriesSurrealQLAIMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 41.4/100 · thin
Contract Quality 13.3 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 11.6 / 20
Operational Transparency 7.5 / 13
Governance 0.0 / 12
Discoverability 6.9 / 10
Agent readiness — 19/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 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/surrealdb: 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 2

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

SurrealDB HTTP REST API

The SurrealDB HTTP REST API provides stateless access to SurrealDB instances over standard HTTP. It supports CRUD operations on tables and records, SurrealQL query execution via...

SurrealDB MCP Server

SurrealMCP exposes SurrealDB database operations, agent memory, and cloud management as structured tool calls over the Model Context Protocol. It enables MCP-compatible AI clien...

GraphQL 1

GraphQL schemas published by this provider.

SurrealDB GraphQL API

SurrealDB exposes an experimental GraphQL interface that dynamically generates a complete schema from your database's table definitions, field types, custom functions, and acces...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Surrealdb Rate Limits

1 limits

RATE LIMITS

FinOps 1

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

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Surrealdb Context

0 classes · 34 properties

JSON-LD

Security Posture 3

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

Surrealdb Domain Security

TLSv1.3 · DMARC

SECURITY

Surrealdb Vulnerability Disclosure

security.txt · contact published

SECURITY

Surrealdb Trust Center

SOC 2, ISO 27001, HIPAA, GDPR

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: surrealdb
name: SurrealDB
description: SurrealDB is a multi-model database that unifies documents, graphs, vectors, time-series, full-text search, and
  relational data within a single ACID transaction framework. It exposes a native HTTP REST API and supports SurrealQL, a
  powerful query language designed for multi-model data access. The platform includes built-in authentication with JWT tokens,
  row-level security, and live query subscriptions for real-time applications. SurrealDB Cloud provides a managed hosting
  option with usage-based pricing, while the open-source engine can be self-hosted. The database also ships a Model Context
  Protocol (MCP) server enabling AI agents and tools such as Claude, Cursor, and VS Code to query and manage data directly.
type: Index
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/surrealdb.png
tags:
- Database
- Multi-Model
- Graph Database
- Document Database
- Vector Database
- Time-Series
- SurrealQL
- AI
- MCP
url: https://raw.githubusercontent.com/api-evangelist/surrealdb/refs/heads/main/apis.yml
created: '2026-06-12'
modified: '2026-06-12'
specificationVersion: '0.19'
apis:
- aid: surrealdb:http-api
  name: SurrealDB HTTP REST API
  description: The SurrealDB HTTP REST API provides stateless access to SurrealDB instances over standard HTTP. It supports
    CRUD operations on tables and records, SurrealQL query execution via POST /sql, GraphQL queries, authentication via JWT
    and basic auth, data import/export, health and version endpoints, and user-defined custom API endpoints via DEFINE API
    statements.
  humanURL: https://surrealdb.com/docs/surrealdb/integration/http
  baseURL: https://cloud.surrealdb.com
  tags:
  - Database
  - REST
  - SurrealQL
  - Multi-Model
  properties:
  - type: Documentation
    url: https://surrealdb.com/docs/surrealdb/integration/http
  - url: graphql/surrealdb-graphql.md
    type: GraphQL
- aid: surrealdb:mcp-server
  name: SurrealDB MCP Server
  description: SurrealMCP exposes SurrealDB database operations, agent memory, and cloud management as structured tool calls
    over the Model Context Protocol. It enables MCP-compatible AI clients such as Claude, Cursor, and VS Code to query documents,
    graphs, vectors, and relational data through a single connection without custom integration code.
  humanURL: https://surrealdb.com/mcp
  baseURL: https://surrealdb.com/mcp
  tags:
  - MCP
  - AI
  - Agent
  - Model Context Protocol
  properties:
  - type: Documentation
    url: https://surrealdb.com/mcp
common:
- type: TrustCenter
  url: security/surrealdb-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/surrealdb-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/surrealdb-domain-security.yml
- type: JSONLDContext
  url: json-ld/surrealdb-context.jsonld
- type: BlogFeed
  url: blogs/blogs.json
- type: Website
  url: https://surrealdb.com
- type: Documentation
  url: https://surrealdb.com/docs
- type: GitHubOrganization
  url: https://github.com/surrealdb
- type: LinkedIn
  url: https://uk.linkedin.com/company/surrealdb
- type: Blog
  url: https://surrealdb.com/blog
- type: Pricing
  url: https://surrealdb.com/pricing
- type: StatusPage
  url: https://status.surrealdb.com/
- type: ChangeLog
  url: https://surrealdb.com/releases
- type: X
  url: https://x.com/SurrealDB
- type: Plans
  url: plans/surrealdb-plans-pricing.yml
- type: RateLimits
  url: rate-limits/surrealdb-rate-limits.yml
- type: FinOps
  url: finops/surrealdb-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com