Directus website screenshot

Directus

Open-source data platform that wraps any SQL database with a REST and GraphQL API, auto-generated from the schema, plus a no-code admin app for data management. Directus turns any new or existing SQL database (PostgreSQL, MySQL, SQLite, MS SQL, OracleDB, CockroachDB) into an instant REST and GraphQL API with a visual Data Studio for non-technical users. The platform includes policy-based access control, an automation engine (Flows), a built-in AI assistant, digital asset management, real-time WebSockets, and an MCP server for AI agent integration. Deployable as a self-hosted open-source project or as Directus Cloud.

Directus publishes 2 APIs on the APIs.io network. Tagged areas include GraphQL, REST API, Headless CMS, Data Platform, and Open-Source.

Directus’ developer surface includes documentation, engineering blog, pricing, getting-started guide, API reference, YouTube channel, sandbox, and 16 more developer resources.

25.4/100 emerging ▬ flat Agent 18/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
2 APIs
GraphQLREST APIHeadless CMSData PlatformOpen-SourceSQL DatabaseNo-CodeContent ManagementReal-TimeMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 25.4/100 · emerging
Contract Quality 9.7 / 25
Developer Ergonomics 5.2 / 20
Access Clarity 2.1 / 20
Operational Transparency 2.4 / 13
Contract Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 18/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 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/directus: 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 2

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

Directus REST API

Auto-generated REST API built on top of any SQL database schema. Provides full CRUD operations on all collections, authentication endpoints, file management, user and role manag...

Directus GraphQL API

Auto-generated GraphQL API that mirrors the REST API surface, providing strongly-typed queries and mutations for all collections and system endpoints. Supports nested relational...

GraphQL 1

GraphQL schemas published by this provider.

Directus GraphQL API

Auto-generated GraphQL API that mirrors the REST API surface, providing strongly-typed queries and mutations for all collections and system endpoints in a connected SQL database.

GRAPHQL

Security Posture 1

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

Directus Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 5

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: directus
name: Directus
kind: opensource
description: Open-source data platform that wraps any SQL database with a REST and GraphQL API, auto-generated from the schema,
  plus a no-code admin app for data management. Directus turns any new or existing SQL database (PostgreSQL, MySQL, SQLite,
  MS SQL, OracleDB, CockroachDB) into an instant REST and GraphQL API with a visual Data Studio for non-technical users. The
  platform includes policy-based access control, an automation engine (Flows), a built-in AI assistant, digital asset management,
  real-time WebSockets, and an MCP server for AI agent integration. Deployable as a self-hosted open-source project or as
  Directus Cloud.
url: https://raw.githubusercontent.com/api-evangelist/directus/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/directus.png
type: Index
access: Open Source
position: Consumer
created: '2026-06-14'
modified: '2026-06-14'
specificationVersion: '0.23'
tags:
- GraphQL
- REST API
- Headless CMS
- Data Platform
- Open-Source
- SQL Database
- No-Code
- Content Management
- Real-Time
- MCP
tags_raw:
- GraphQL
- REST API
- Headless CMS
- Data Platform
- Open Source
- SQL Database
- No-Code
- Content Management
- Real-Time
- MCP
apis:
- aid: directus:rest-api
  name: Directus REST API
  description: Auto-generated REST API built on top of any SQL database schema. Provides full CRUD operations on all collections,
    authentication endpoints, file management, user and role management, and system configuration. The API is dynamically
    generated from the connected database schema and includes filtering, sorting, pagination, and field selection via query
    parameters.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://directus.com/docs/api
  tags:
  - REST
  - CRUD
  - Collection
  - Authentication
  - File
  tags_raw:
  - REST
  - CRUD
  - Collections
  - Authentication
  - Files
  properties:
  - type: Documentation
    url: https://directus.com/docs/api
  - type: Reference
    url: https://directus.com/docs/api/items
  - type: Authentication
    url: https://directus.com/docs/auth
- aid: directus:graphql-api
  name: Directus GraphQL API
  description: Auto-generated GraphQL API that mirrors the REST API surface, providing strongly-typed queries and mutations
    for all collections and system endpoints. Supports nested relational queries, filtering, sorting, aggregation, and subscriptions
    via WebSockets. The schema is dynamically generated from the connected SQL database.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://directus.com/docs/graphql
  tags:
  - GraphQL
  - Query
  - Mutations
  - Subscription
  - Real-Time
  tags_raw:
  - GraphQL
  - Queries
  - Mutations
  - Subscriptions
  - Real-Time
  properties:
  - type: Documentation
    url: https://directus.com/docs/graphql
  - type: GraphQL
    url: graphql/directus-graphql.md
  - type: GraphQLSchema
    url: graphql/directus-schema.graphql
common:
- type: IssueTracker
  url: https://github.com/directus/directus/issues
- type: Releases
  url: https://github.com/directus/directus/releases
- type: CodeOfConduct
  url: https://github.com/directus/directus/blob/main/code_of_conduct.md
- type: ContributionGuide
  url: https://github.com/directus/directus/blob/main/contributing.md
- type: DomainSecurity
  url: security/directus-domain-security.yml
- type: Website
  url: https://directus.com/
- type: Documentation
  url: https://directus.com/docs
- type: LinkedIn
  url: https://www.linkedin.com/company/directus-io
- type: GitHubOrganization
  url: https://github.com/directus
- type: GitHubRepository
  url: https://github.com/directus/directus
- type: Blog
  url: https://directus.com/blog
- type: Pricing
  url: https://directus.com/pricing
- type: Plans
  url: plans/directus-plans.md
- type: RateLimits
  url: rate-limits/directus-rate-limits.md
- type: FinOps
  url: finops/directus-finops.md
- type: GettingStarted
  url: https://directus.com/docs/getting-started
- type: APIReference
  url: https://directus.com/docs/api
- type: Community
  url: https://community.directus.io
- type: Discord
  url: https://discord.com/invite/directus
- type: YouTube
  url: https://www.youtube.com/@DirectusVideos
- type: Twitter
  url: https://twitter.com/directus
- type: License
  url: https://github.com/directus/directus/blob/main/license
- type: Sandbox
  url: https://sandbox.directus.io
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/directus"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/directus/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/directus/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.