---
title: 'Technical reference'
description: 'Find public configuration, adapter, tool, and CLI contracts.'
---

# Technical reference

Use the reference alongside a working tutorial rather than as a substitute for project setup.

| Area                                       | Reference                                                |
| ------------------------------------------ | -------------------------------------------------------- |
| Entity and attribute modeling              | [Schema](/docs/schema)                                   |
| Studio configuration and extension exports | [Studio reference](/docs/reference/studio)               |
| Application server integration             | [Framework adapters](/docs/reference/framework-adapters) |
| Server-side AI extensions                  | [Tools and skills](/docs/reference/tools)                |
| Terminal workflows                         | [CLI](/docs/cli)                                         |
| Data integration                           | [API reference](/docs/api/reference)                     |
| Version alignment                          | [Compatibility](/docs/reference/compatibility)           |
| Constraints and allocations                | [Limits](/docs/reference/limits)                         |

Use exports from published package entry points. Importing a package's private source file couples your application to implementation details outside this manual's supported examples.


---

[View full sitemap](/docs/sitemap.md)
