Directus Logo
  • The Data Engine and Studio
    • Connect
      Generate REST and GraphQL APIs instantly
    • Explore
      Browse and filter data in custom layouts
    • Editor
      Create and manage data in custom forms
    • Files
      Store and transform all your digital assets
    • Auth
      Protect your data with granular access control
    • Insights
      Visualize data within custom dashboards
    • Automate
      An automation builder for your data
    • Realtime
      Keep your data in sync with WebSockets
    Extend Your Toolkit
    Directus Marketplace

    Directus Marketplace

    Customize your data experience with extensions.

  • Build powerful apps and tools
    • Headless CMS
      Manage and deliver digital experience content
    • Backend-as-a-Service
      Simplify backend operations and scale
    • Product Management (PIM)
      A single source of truth for products
    • 100+ More Things To Build
      Looking for inspiration? Look no further
    • Startups
      Build fast, scale faster
    • Enterprise
      Secure, scalable composable architecture
    • Agencies
      Enhance your productivity and agency offerings
    • Government
      Dual-use platform for government applications
    Focus on the frontend
    Directus Cloud

    Directus Cloud

    Convenience and scalability without the stress.

  • Technical resources
    • Directus Docs
      Documentation on set-up and using Directus
    • API Reference
      Dynamic REST and GraphQL API docs
    • Tutorials and Guides
      Our developer blog for specific use cases
    • Quickstart Guide
      Get up and running quickly
    • Roadmap
      See what's on our product roadmap
    • Security
      Our commitment to security and compliance
    • GitHub
      Visit our repo on GitHub
    • Docker Hub
      Visit the official Directus Docker hub
    Open Source
    Visit our GitHub

    Visit our GitHub

    We're committed to the open source community.

  • Learning Center
    • Blog
      Read our latest articles and guides
    • Success Stories
      Case studies and success stories
    • Community
      Join our 10k member Discord community.
    • Events & Meetups
      See upcoming events and in-person meetups
    • About Us
      Learn more about Directus and the team
    • The 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.

  • Pricing
Get DemoGet Started
GitHub logo25,762

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 data platform 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
©2024 Monospace Inc
  • Cloud Policies
  • License
  • Terms
  • Privacy
  • github
  • discord
  • youtube
  • docker
  • npm
  • x
  • mastodon
  • linkedin