Our Visual Editing feature is live! 🎉 Learn more
Directus Logo
  • Use Cases and Features
    • Headless CMS
      Manage and deliver content with ease
    • Backend-as-a-Service
      Build and ship applications faster
    • Headless Commerce
      A single source of truth for products
    • 100+ More Use Cases
      Build anything (or everything)
    • Instant APIs
      Connect a database, get REST + GraphQL APIs
    • Granular Policy-Based Auth
      Provide secure, autonomous data access
    • Visual Automation Builder
      Automate content and data workflows with ease
    • 50+ More Features
      Get everything you need out-of-the-box
    Project Showcase
    Built With Directus

    Built With Directus

    See what everyone's been building with Directus

  • Learn More
    • Blog
      Read our latest articles and guides
    • Case Studies
      Case studies and success stories
    • Community
      Join our 13k member Discord community.
    • Agency Directory
      Browse our list of agency partners
    • About Us
      Learn more about Directus and the team
    • Wall of Love
      See what others are saying about us
    • Contact
      Have a general inquiry or question for us?
    • Support
      Reach out to Directus support
    Watch Directus TV
    Directus TV
    Video

    Directus TV

    Go down the rabbit hole with hours of original video content from our team.

  • Developers
  • Enterprise
  • Pricing
Chat With UsGet Started Free
GitHub logo30,287

Connect

  1. Overview
  2. Features
  3. Docs

Instant APIs for any database.

Save hundreds of hours with instant GraphQL + REST APIs, JavaScript SDK, and CLI based on your schema.

Create a projectView the docs

Never write another API again.

Eliminate the lengthy and tedious process of building APIs from scratch. Instead, free up your resources and concentrate on perfecting the frontend experience for your users.

Work with any database or framework

Introspect any SQL database or build one from scratch inside of Directus. Instantly get a connectivity toolkit to fetch, manage, and edit data.

Get started for free
  • PostgreSQL
  • MySQL
  • S3
  • CockroachDB
  • SQLite
  • Azure
  • OracleDB
  • MS SQL Server
  • GCP
  • MariaDB
  • Aurora
  • Local
  • Redshift
  • SQL Variants
  • S3-Based

Strong Database Abstraction

Works with all major SQL database vendors, with no migrations or schema changes required.

Granular Access Control

Filter rules, custom validation, field-level permissions, IP allow-lists, and configurable public access.

Full CRUD Data Access

Create, read, update, and delete items using instant REST and GraphQL APIs.

Encryption and Hashing

Security-first, with encrypted and hashed fields, and all data communicated over SSL/HTTPS.

Built-in Authentication

Configurable JWT for SSO via OAuth, OpenID, and LDAP, with 2FA and custom password policies.

Revisions & Accountability

Detailed activity logs, change history with data snapshots, item rollback, and soft-delete archiving.

Realtime Ready

Websockets and GraphQL Subscriptions to enable live data over a persistent connection.

OpenAPI Specification

Automatically generates OAS / Swagger specification files to enhance your data model tooling.

await directus.request(
	readItem("articles", 4, {
		fields: [
			"id",
			"status",
			"title",
			"category",
			{ image: ["id", "name"] },
    	],
	})
);
GET /items/articles/4
	?fields[]=id
    &fields[]=status
    &fields[]=title
    &fields[]=category
    &fields[]=image.id
    &fields[]=image.name
query {
	articles_by_id(id: 4) {
		id
		status
		title
		category
		image {
			id
			name
		}
	}
}

Automatic endpoints for all your data.

Any data changes are instantly reflected in your APIs. Never worry again about having to re-write them again and "future-proof" your project data.

Query and manage data without SQL. 

Enhance collaboration. Help technical teams and non-technical teams stay in sync. 

Combine with other tools in the Directus ecosystem.

Whether you specialize in frontend, backend, or fullstack, Directus equips you with a full suite of developer tools that'll make you even more efficient.

Explore

Explore

Browse and filter your data in custom layouts tailored to your needs.

Auth

Auth

Protect your data with granular access control systems.

Editor

Editor

Create and curate your data with custom forms designed for convenience.

After comparing a few API designing tools, we discovered that Directus cut down our backend development time from 2.5 days to ~4 hours.

Ronneil P.

Ronneil P.

Principal Consultant, Tioi IT Solutions

Say goodbye to tedious API creation 👋

Discover the effortless way to generate APIs from any database with Directus Connect. Streamline your development process and start building with ease today.

Create your projectBook a demo
  • Directus LogoDirectus Logo

    A composable backend to build your Headless CMS, BaaS, and more. 

  • Solutions
    • Headless CMS
    • Backend-as-a-Service
    • Product Information
    • 100+ Things to Build
  • Resources
    • Documentation
    • Guides
    • Community
    • Release Notes
  • Support
    • Issue Tracker
    • Feature Requests
    • Community Chat
    • Cloud Dashboard
  • Organization
    • About
    • Careers
    • Brand Assets
    • Contact
©2025 Monospace Inc
  • Cloud Policies
  • License
  • Terms
  • Privacy