Built-in auth, access control, caching, automation, and instant REST + GraphQL APIs for any SQL database, all 100% TypeScript and ready to be white-labeled for your agency clients.
Directus instantly gives your team a developer toolkit for managing any SQL database model, its content and related file assets.
id status title category image favorite
1 active Rolling Hills landscape 420 true
2 active Pineapple Baby random 483 true
3 draft Headphones Alt products 23 false
4 review Pink Crystals random 311 true
5 active Avocado Toast food 1038 true
6 active Beach Chair products 459 true
7 draft Two Windows landscape 460 false
8 active Lolipops Galore food 1039 false
9 active Beautiful Bunny animals 1738 true
// GET /items/products/4
{
"id": 4,
"status": "review",
"title": "Pink Crystals",
"category": "random",
"image": {
"id": 311,
"name": "pink-crystals.png"
},
"date_added": "2020-11-12T17:56:41Z"
}
Directus adds a connectivity layer for querying your client's database without changing its architecture or removing direct SQL query access.
GET /items/products/4?fields=*,image.id,image.name
{
"id": 4,
"status": "review",
"title": "Pink Crystals",
"category": "random",
"image": {
"id": 311,
"name": "pink-crystals.png"
},
"date_added": "2020-11-12T17:56:41Z"
}
Getting original assets, generating transformations, or optimizing media quality is as easy as requesting what you want via a URL.
example.com/assets/<file-id>?width=80&height=80&fit=cover
Generate cropped or contained thumbnails simply by requesting them via our Asset Engine's URL-API.
The Directus Agency Platform includes all the core capabilities you need to build amazing data-driven client projects faster and more efficiently. It is completely extensible, allowing you to continue adding client-requested features without having to worry about hitting a feature ceiling.
Our unopinionated platform works with your current tech stack and won't limit your options as your business grows.
Reach out to a member of our team and learn more about how you can grow your agency with the Directus Agency Engine.