---
title: 'Glossary'
description: 'Definitions of the terms used throughout Flexkit.'
---

# Glossary

| Term             | Meaning                                                                                                    |
| ---------------- | ---------------------------------------------------------------------------------------------------------- |
| Team             | Administrative group that owns projects and billing settings.                                              |
| Project          | Backend data model, data, API, membership, and service configuration.                                      |
| Studio           | React application configured and hosted by your developer.                                                 |
| Schema           | Code defining entities, attributes, relationships, scopes, and spaces.                                     |
| Entity type      | Definition of a kind of record, such as Product.                                                           |
| Record           | One saved instance of an entity type.                                                                      |
| Attribute        | A field in an entity definition.                                                                           |
| Relationship     | A link between records, optionally with relationship-scoped attributes.                                    |
| Scope            | A named data variant, such as a locale; not an access grant.                                               |
| Space            | Permission boundary assigned to resources and granted to members.                                          |
| Role             | A subject's permitted level of access within a team or project.                                            |
| Studio extension | A Flexkit package or custom contribution that extends Studio behavior.                                     |
| Agent Plugin     | A portable package conforming to the [Agent Plugins standard](https://agent-plugins.org/); future support. |
| Integration      | A connection to an external product or service.                                                            |
| Package          | An npm distribution unit, such as `@flexkit/desk`.                                                         |
| App              | A workspace contributed by an extension, selected in Studio's app rail.                                    |
| API token        | A credential for authenticated requests; keep it out of public client code.                                |
| Skill            | Instructions available to AI, created in Studio or defined in code.                                        |
| Custom tool      | Server-side code callable by AI through the configured handler.                                            |
| Automation       | Saved AI instructions, policy, attachments, and execution configuration.                                   |
| Trigger          | An event, schedule, or incoming webhook that starts an automation.                                         |
| Run              | An execution with its own status, output, and diagnostic history.                                          |
| Approval         | A decision about a proposed mutation.                                                                      |
| AI credits       | Team credit used for AI execution; distinct from infrastructure usage.                                     |

See [core concepts](/docs/concepts) for the architecture and [Dashboard members](/docs/dashboard/members) for access. CLI authentication may also use the word scope; that does not refer to schema data variants.


---

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