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 2 APIs on the APIs.io network: Cluster API and Documentation API. 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.3/100 emerging ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
3 APIs
DatabaseNoSQLReal-TimeKey-ValueIn-MemoryVector DatabaseHigh Performance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 25.3/100 · emerging
Contract Quality 9.1 / 25
Developer Ergonomics 7.0 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 28/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 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
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/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 3

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

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. ...

Aerospike Cluster API

Cluster topology and information operations

Aerospike Documentation API

Built-in interactive documentation and OpenAPI specification

Open Collections 1

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

Aerospike REST Gateway

OPEN COLLECTION

Security Posture 2

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

Aerospike Authentication

http · 1 scheme

SECURITY

Aerospike Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Aerospike Agentic Access

3 operations

3 operations · 0 acting

AGENTIC

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 ↑
aid: aerospike
name: Aerospike
description: 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.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/aerospike.png
tags:
- Database
- NoSQL
- Real-Time
- Key-Value
- In-Memory
- Vector Database
- High Performance
url: https://raw.githubusercontent.com/api-evangelist/aerospike/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: aerospike:rest-gateway
  name: Aerospike REST Gateway
  description: HTTP/JSON gateway that exposes Aerospike database operations including key-value reads/writes, batch, operate,
    scan, query, info, secondary indexes, and user-defined functions. Authentication is via HTTP Basic auth that maps to Aerospike-database
    security users when the cluster has security enabled.
  humanURL: https://aerospike.com/docs/develop/client/rest/overview/
  baseURL: http://localhost:8080/v1
  tags:
  - Database
  - REST Gateway
  - Key-Value
  - Operate
  - Scan
  - Query
  properties:
  - type: Documentation
    url: https://aerospike.com/docs/develop/client/rest/overview/
  - type: Swagger UI
    url: https://aerospike.github.io/aerospike-rest-gateway/
  - type: GitHub Source
    url: https://github.com/aerospike/aerospike-rest-gateway
  - type: Installation Guide
    url: https://github.com/aerospike/aerospike-rest-gateway/blob/master/docs/installation-and-config.md
- aid: aerospike:aerospike-cluster-api
  name: Aerospike Cluster API
  description: Cluster topology and information operations
  humanURL: https://aerospike.com/docs/develop/client/rest/overview/
  baseURL: http://localhost:8080/v1
  tags:
  - Cluster
  properties:
  - type: OpenAPI
    url: openapi/aerospike-cluster-api-openapi.yml
- aid: aerospike:aerospike-documentation-api
  name: Aerospike Documentation API
  description: Built-in interactive documentation and OpenAPI specification
  humanURL: https://aerospike.com/docs/develop/client/rest/overview/
  baseURL: http://localhost:8080/v1
  tags:
  - Documentation
  properties:
  - type: OpenAPI
    url: openapi/aerospike-documentation-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/aerospike-agentic-access.yml
- type: DomainSecurity
  url: security/aerospike-domain-security.yml
- type: Authentication
  url: authentication/aerospike-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/aerospike-inc-
- type: Website
  url: https://aerospike.com
- type: Documentation
  url: https://aerospike.com/docs/
- type: DeveloperPortal
  url: https://developer.aerospike.com
- type: Pricing
  url: https://aerospike.com/pricing/
- type: Signup
  url: https://aerospike.com/lp/try-now/
- type: GitHubOrganization
  url: https://github.com/aerospike
- type: Community
  url: https://discuss.aerospike.com
- type: Support
  url: https://aerospike.com/support/
- url: https://aerospike.com/blog/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com