DataStax

DataStax is the company behind Astra DB, a serverless, multi-cloud database and vector-search platform built on Apache Cassandra, along with Langflow, RAGStack, and the Astra Streaming (Apache Pulsar) event platform for building generative-AI and real-time applications. Developers interact with Astra DB through the Data API (JSON document, table, and vector operations), the legacy REST, Document, and GraphQL APIs, and the Astra DevOps API for programmatic administration of databases, keyspaces, access lists, roles, users, tokens, private links, and CDC. DataStax publishes official client SDKs (Python astrapy, TypeScript astra-db-ts, Go astra-db-go), the Java-based Astra CLI, and an official Astra DB Model Context Protocol (MCP) server for agentic access. DataStax was acquired by IBM in 2025 and its Astra products are now part of the IBM watsonx data portfolio, while the developer surface remains hosted on datastax.com, docs.datastax.com, astra.datastax.com, and github.com/datastax.

DataStax publishes 1 API on the APIs.io network: Astra DevOps API. Tagged areas include Company, Enterprise, Database, Vector Database, and Cassandra.

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

47.3/100 developing Agent 65/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyEnterpriseDatabaseVector DatabaseCassandraArtificial IntelligenceRAGServerlessStreamingDeveloper Tools

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 47.3/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 17.0 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 65/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 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/datastax: 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

Astra DevOps API

The Astra DevOps API is the administrative control-plane API for DataStax Astra DB. It provides programmatic management of serverless and classic databases, keyspaces, datacente...

MCP Servers

datastax-mcp.yml

MCP SERVER

Arazzo Workflows

_Index

ARAZZO

Provision an Astra database and issue a scoped token

Creates a serverless Astra DB database, waits for it to become active, adds a keyspace, downloads the secure-connect bundle, and issues an application token scoped to the org ro...

ARAZZO

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

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

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: datastax
name: DataStax
description: DataStax is the company behind Astra DB, a serverless, multi-cloud database and vector-search platform built
  on Apache Cassandra, along with Langflow, RAGStack, and the Astra Streaming (Apache Pulsar) event platform for building
  generative-AI and real-time applications. Developers interact with Astra DB through the Data API (JSON document, table,
  and vector operations), the legacy REST, Document, and GraphQL APIs, and the Astra DevOps API for programmatic administration
  of databases, keyspaces, access lists, roles, users, tokens, private links, and CDC. DataStax publishes official client
  SDKs (Python astrapy, TypeScript astra-db-ts, Go astra-db-go), the Java-based Astra CLI, and an official Astra DB Model
  Context Protocol (MCP) server for agentic access. DataStax was acquired by IBM in 2025 and its Astra products are now part
  of the IBM watsonx data portfolio, while the developer surface remains hosted on datastax.com, docs.datastax.com, astra.datastax.com,
  and github.com/datastax.
url: https://raw.githubusercontent.com/api-evangelist/datastax/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- kleiner-perkins
- lightspeed-venture-partners
x-tier: stub
x-tier-reason: portfolio-lead
x-acquired-by: ibm
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
image: https://www.datastax.com/favicon.ico
tags:
- Company
- Enterprise
- Database
- Vector Database
- Cassandra
- Artificial Intelligence
- RAG
- Serverless
- Streaming
- Developer Tools
apis:
- name: Astra DevOps API
  description: The Astra DevOps API is the administrative control-plane API for DataStax Astra DB. It provides programmatic
    management of serverless and classic databases, keyspaces, datacenters, access lists, organization roles and users, application
    tokens, private-link and VPC peering, customer keys, telemetry, change-data-capture (CDC), regions, PCU groups, SCIM 2.0
    user provisioning, and enterprise/migration operations. Authentication is a bearer application token.
  humanURL: https://docs.datastax.com/en/astra-db-serverless/api-reference/devops-api.html
  baseURL: https://api.astra.datastax.com
  tags:
  - Database
  - Administration
  - DevOps
  - Provisioning
  properties:
  - type: OpenAPI
    url: openapi/datastax-devops-openapi.json
  - type: Documentation
    url: https://docs.datastax.com/en/astra-api-docs/_attachments/devops-api/index.html
  - type: Authentication
    url: authentication/datastax-authentication.yml
  - type: OAuthScopes
    url: scopes/datastax-scopes.yml
  - type: ErrorCatalog
    url: errors/datastax-problem-types.yml
  - type: Conventions
    url: conventions/datastax-conventions.yml
  - type: DataModel
    url: data-model/datastax-data-model.yml
  - type: Overlay
    url: overlays/datastax-devops-overlay.yaml
  - type: AgenticAccess
    url: agentic-access/datastax-agentic-access.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.datastax.com
- type: DeveloperPortal
  url: https://docs.datastax.com
- type: Documentation
  url: https://docs.datastax.com/en/astra-db-serverless/index.html
- type: APIReference
  url: https://docs.datastax.com/en/astra-db-serverless/api-reference/overview.html
- type: GettingStarted
  url: https://docs.datastax.com/en/astra-db-serverless/get-started/quickstart.html
- type: SignUp
  url: https://astra.datastax.com/signup
- type: Login
  url: https://astra.datastax.com/
- type: GitHubOrganization
  url: https://github.com/datastax
- type: Support
  url: https://support.datastax.com/
- type: Pricing
  url: https://www.datastax.com/pricing/astra-db
- type: Blog
  url: https://www.datastax.com/blog
- type: TermsOfService
  url: https://www.datastax.com/legal/terms-of-service
- type: PrivacyPolicy
  url: https://www.datastax.com/legal/privacy-policy
- type: Postman
  url: https://www.postman.com/datastax
- type: Packages
  url: packages/datastax-packages.yml
- type: SDKs
  url: packages/datastax-packages.yml
- type: CLI
  url: cli/datastax-cli.yml
- type: MCPServer
  url: mcp/datastax-mcp.yml
- type: LLMsTxt
  url: llms/datastax-llms.txt
- type: Authentication
  url: authentication/datastax-authentication.yml
- type: OAuthScopes
  url: scopes/datastax-scopes.yml
- type: DomainSecurity
  url: security/datastax-domain-security.yml
- type: Conventions
  url: conventions/datastax-conventions.yml
- type: ErrorCatalog
  url: errors/datastax-problem-types.yml
- type: Lifecycle
  url: lifecycle/datastax-lifecycle.yml
- type: ChangeLog
  url: changelog/datastax-changelog.yml
- type: Conformance
  url: conformance/datastax-conformance.yml
- type: DataModel
  url: data-model/datastax-data-model.yml
- type: Overlay
  url: overlays/datastax-devops-overlay.yaml
- type: AgenticAccess
  url: agentic-access/datastax-agentic-access.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Arazzo
  name: Provision an Astra database and issue a scoped token
  url: arazzo/datastax-provision-database.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence