Aerospike website screenshot

Aerospike

Aerospike is a real-time, high-throughput, low-latency NoSQL database platform built on a hybrid memory architecture that powers operational systems handling petabytes of data at sub-millisecond latency. The platform supports key-value, document, graph, vector, and JSON workloads with strong consistency, cross-datacenter replication, and tiered storage on flash. The Aerospike REST Gateway exposes the full database API (info, scan, query, operate, batch, UDFs, secondary indexes) over HTTP/JSON with Basic authentication forwarded to the Aerospike security subsystem.

Aerospike publishes 1 API on the APIs.io network: REST Gateway. Tagged areas include Database, NoSQL, Real-Time, Key-Value, and In-Memory.

Aerospike’s developer surface includes authentication, documentation, pricing, signup flow, support, engineering blog, and 7 more developer resources.

25.2/100 emerging ▬ flat Agent 41/100 agent aware Full breakdown ↓
scored 2026-07-21 · rubric v0.4
1 APIs 0 Features
DatabaseNoSQLReal-TimeKey-ValueIn-MemoryVector DatabaseHigh Performance

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 25.2/100 · emerging
Contract Quality 9.4 / 25
Developer Ergonomics 7.0 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 6.0 / 10
Agent readiness — 41/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
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/aerospike: 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

Aerospike REST Gateway

HTTP/JSON gateway that exposes Aerospike database operations including key-value reads/writes, batch, operate, scan, query, info, secondary indexes, and user-defined functions. ...

Collections

Resources

Get Started 2

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 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Aerospike REST Gateway
  version: '1.0'
items:
- info:
    name: Cluster
    type: folder
  items:
  - info:
      name: Get cluster information (verify gateway connectivity to the Aerospike cluster)
      type: http
    http:
      method: GET
      url: http://localhost:8080/v1/cluster
    docs: Get cluster information (verify gateway connectivity to the Aerospike cluster)
- info:
    name: Documentation
    type: folder
  items:
  - info:
      name: Built-in interactive Swagger UI for the REST Gateway
      type: http
    http:
      method: GET
      url: http://localhost:8080/swagger-ui.html
    docs: Built-in interactive Swagger UI for the REST Gateway
  - info:
      name: Machine-readable OpenAPI specification for the running REST Gateway
      type: http
    http:
      method: GET
      url: http://localhost:8080/v3/api-docs
    docs: Machine-readable OpenAPI specification for the running REST Gateway
bundled: true