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.7/100 emerging ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
DatabaseNoSQLReal-TimeKey-ValueIn-MemoryVector DatabaseHigh Performance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
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/aerospike: 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 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 4

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

API Collection

OPEN COLLECTION

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
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  try_now_blocked_by: loopback
  source:
  - authentication
  - security
  generated: '2026-09-03'
  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.23'
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
  - Scans
  - Query
  tags_raw:
  - 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

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