ArangoDB

ArangoDB (now operating as Arango) is the company behind the open-source, graph-native multi-model database of the same name, which unifies graph, document, key/value, vector and full-text search in a single core with one declarative query language, AQL. The database exposes its entire feature surface over a RESTful HTTP API documented with OpenAPI 3.1, and the company also runs the Arango Managed Platform (AMP, formerly ArangoGraph Insights Platform / Oasis) — a managed cloud on AWS, GCP and Azure whose control plane is a gRPC/Protobuf API at api.cloud.arangodb.com with a companion oasisctl CLI. Arango publishes official drivers for JavaScript, Python, Java, Go and PHP, an official Model Context Protocol server for AQL generation, and a Kubernetes operator.

ArangoDB publishes 1 API on the APIs.io network: Core API. Tagged areas include Company, Database, Graph Database, Multi-Model Database, and NoSQL.

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

53.8/100 developing Agent 63/100 agent ready Full breakdown ↓
scored 2026-08-03 · rubric v0.9
3 APIs 1 MCP Servers
CompanyDatabaseGraph DatabaseMulti-Model DatabaseNoSQLVector SearchKnowledge GraphDeveloper ToolsCloud InfrastructureArtificial Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 53.8/100 · developing
Contract Quality 13.3 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 5.8 / 13
Governance 2.5 / 12
Discoverability 9.3 / 10
Agent readiness — 63/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 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/arangodb: 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.

ArangoDB Core API

The RESTful HTTP API of the ArangoDB Core database system, version 3.12.10 (API v0). 174 paths and 254 operations across 22 tags covering documents, collections, databases, name...

Arango Managed Platform (AMP) API

The control-plane API of the Arango Managed Platform (formerly ArangoGraph Insights Platform / Oasis) — the managed ArangoDB cloud. It is a gRPC API defined in protocol buffers,...

Arango Managed Platform SCIM API

SCIM 2.0 user and group provisioning endpoint for Arango Managed Platform organizations, used to synchronize identities from an external identity provider into an AMP organizati...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

arangodb-mcp.yml

MCP SERVER

Security Posture 2

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

Arangodb Authentication

http/apiKey · 0 schemes

SECURITY

Arangodb Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

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

Arangodb Agentic Access

254 operations · 146 acting · 5 human-in-the-loop

254 operations · 146 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 2

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: arangodb
name: ArangoDB
description: ArangoDB (now operating as Arango) is the company behind the open-source, graph-native multi-model database of
  the same name, which unifies graph, document, key/value, vector and full-text search in a single core with one declarative
  query language, AQL. The database exposes its entire feature surface over a RESTful HTTP API documented with OpenAPI 3.1,
  and the company also runs the Arango Managed Platform (AMP, formerly ArangoGraph Insights Platform / Oasis) — a managed
  cloud on AWS, GCP and Azure whose control plane is a gRPC/Protobuf API at api.cloud.arangodb.com with a companion oasisctl
  CLI. Arango publishes official drivers for JavaScript, Python, Java, Go and PHP, an official Model Context Protocol server
  for AQL generation, and a Kubernetes operator.
image: https://arango.ai/wp-content/uploads/2026/03/arango-home-social-horz-2026.03-compress.png
url: https://raw.githubusercontent.com/api-evangelist/arangodb/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
x-tier: profiled
x-tier-reason: enrichment-pipeline
specificationVersion: '0.20'
created: '2026-08-02'
modified: '2026-08-02'
tags:
- Company
- Database
- Graph Database
- Multi-Model Database
- NoSQL
- Vector Search
- Knowledge Graph
- Developer Tools
- Cloud Infrastructure
- Artificial Intelligence
apis:
- aid: arangodb:arangodb-core-api
  name: ArangoDB Core API
  description: The RESTful HTTP API of the ArangoDB Core database system, version 3.12.10 (API v0). 174 paths and 254 operations
    across 22 tags covering documents, collections, databases, named graphs, indexes, AQL queries and cursors, views and analyzers,
    transactions, Foxx microservices, users, replication, hot backups, cluster administration and monitoring. Published by
    ArangoDB as an OpenAPI 3.1.0 document inside the arangodb/arangodb source tree and rendered as the HTTP API reference
    in the documentation.
  humanURL: https://docs.arango.ai/arangodb/stable/develop/http-api/
  baseURL: https://{deployment-id}.arangodb.cloud:8529
  x-baseurl-note: ArangoDB is deployed per instance. On the Arango Managed Platform each deployment gets its own endpoint
    on *.arangodb.cloud (port 8529); self-managed installations expose the same API on their own host.
  tags:
  - Database
  - Graph Database
  - Documents
  - AQL
  - REST
  properties:
  - type: OpenAPI
    url: openapi/arangodb-core-openapi-original.json
  - type: Documentation
    url: https://docs.arango.ai/arangodb/stable/develop/http-api/
  - type: Overlay
    url: overlays/arangodb-core-overlay.yaml
- aid: arangodb:amp-api
  name: Arango Managed Platform (AMP) API
  description: The control-plane API of the Arango Managed Platform (formerly ArangoGraph Insights Platform / Oasis) — the
    managed ArangoDB cloud. It is a gRPC API defined in protocol buffers, covering organizations, projects, deployments, IAM
    and API keys, backups and backup policies, billing, credits and usage, audit logs, IP allowlists, CA certificates, private
    endpoints, metrics, monitoring, notebooks, ML services, replication, SCIM provisioning and support plans.
  humanURL: https://docs.arango.ai/amp/api/
  baseURL: https://api.cloud.arangodb.com
  tags:
  - Cloud Infrastructure
  - Managed Database
  - gRPC
  - IAM
  - Billing
  properties:
  - type: Protobuf
    url: grpc/
  - type: Documentation
    url: https://docs.arango.ai/amp/api/
  - type: GettingStarted
    url: https://docs.arango.ai/amp/api/set-up-a-connection/
- aid: arangodb:amp-scim-api
  name: Arango Managed Platform SCIM API
  description: SCIM 2.0 user and group provisioning endpoint for Arango Managed Platform organizations, used to synchronize
    identities from an external identity provider into an AMP organization. Authenticated with an AMP API key ID and secret
    over HTTP Basic.
  humanURL: https://docs.arango.ai/amp/security-and-access-control/single-sign-on/scim-provisioning/
  baseURL: https://dashboard.arangodb.cloud/api/scim/v1
  tags:
  - SCIM
  - Identity
  - Provisioning
  - Single Sign-On
  properties:
  - type: Documentation
    url: https://docs.arango.ai/amp/security-and-access-control/single-sign-on/scim-provisioning/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://arango.ai/
- type: DeveloperPortal
  url: https://arango.ai/developers/
- type: Documentation
  url: https://docs.arango.ai/
- type: APIReference
  url: https://docs.arango.ai/arangodb/stable/develop/http-api/
- type: GettingStarted
  url: https://docs.arango.ai/arangodb/stable/get-started/
- type: Blog
  url: https://arango.ai/blog/
- type: GitHubOrganization
  url: https://github.com/arangodb
- type: Support
  url: https://arango.ai/contact-us/
- type: Pricing
  url: https://arango.ai/pricing/
- type: SignUp
  url: https://dashboard.arangodb.cloud/
- type: PrivacyPolicy
  url: https://arango.ai/privacy-policy/
- type: StatusPage
  url: https://status.arangodb.cloud/
- type: Deprecation
  url: https://docs.arango.ai/arangodb/stable/release-notes/deprecated-and-removed-features/
- type: ChangeLog
  url: changelog/arangodb-changelog.yml
- type: Lifecycle
  url: lifecycle/arangodb-lifecycle.yml
- type: Authentication
  url: authentication/arangodb-authentication.yml
- type: Conventions
  url: conventions/arangodb-conventions.yml
- type: ErrorCatalog
  url: errors/arangodb-error-codes.yml
- type: Packages
  url: packages/arangodb-packages.yml
- type: SDKs
  url: packages/arangodb-packages.yml
- type: CLI
  url: cli/arangodb-cli.yml
- type: MCPServer
  url: mcp/arangodb-mcp.yml
- type: ToolCrosswalk
  url: mcp/arangodb-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/arangodb-llms.txt
- type: WellKnown
  url: well-known/arangodb-well-known.yml
- type: Protobuf
  url: grpc/
- type: Conformance
  url: conformance/arangodb-conformance.yml
- type: DataModel
  url: data-model/arangodb-data-model.yml
- type: DomainSecurity
  url: security/arangodb-domain-security.yml
- type: AgenticAccess
  url: agentic-access/arangodb-agentic-access.yml
x-enrichment:
  date: '2026-08-02'
  status: enriched
  artifacts_added: 53
  pass: local-v1
Where this information came from

This is an independent, third-party profile of ArangoDB, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.