| Define a data schema / create a collection | flows/define-schema-flow.md |
| Query or mutate data in a schema / read records / insert records | flows/query-data-flow.md |
| Modify an existing schema / add a field / change a field type | flows/migrate-schema-flow.md |
| Set up database connection / connect a database | flows/setup-data-source-flow.md |
| Upload a file / store a document | flows/upload-file-flow.md |
| Manage DMS files and folders | actions/get-dms-files.md |
| Set up access control / security on data / restrict schema access / add RBAC to data | flows/configure-access-policy-flow.md |
| Add validation rules to fields / validate form inputs server-side | actions/create-validation.md |
| Reload GraphQL after schema changes | actions/reload-configuration.md |
| Get list of schemas | actions/get-schemas.md |
| Get schemas with access level summary | actions/get-schemas-aggregation.md |
| List all Entity-type schema collections | actions/get-schema-collections.md |
| Get schema details by collection name | actions/get-schema-by-collection.md |
| Get file metadata | actions/get-files-info.md |
| Get a specific schema | actions/get-schema.md |
| Delete a schema | actions/delete-schema.md |
| Update a schema definition | actions/update-schema.md |
| Add or update individual fields on a schema | actions/save-schema-fields.md |
| Get pending schema changes | actions/get-unadapted-changes.md |
| Get database connection for a project | actions/get-data-source.md |
| Update an existing database connection | actions/update-data-source.md |
| Change security type on a schema | actions/change-security.md |
| Create a data access policy | actions/create-access-policy.md |
| Update a data access policy | actions/update-access-policy.md |
| Delete a data access policy | actions/delete-access-policy.md |
| Get access policies for a schema | actions/get-access-policies.md |
| List all validation rules | actions/get-validations.md |
| Update validation rules | actions/update-validation.md |
| Get validation for a field | actions/get-field-validation.md |
| Get all validations for a schema | actions/get-schema-validations.md |
| Delete a validation | actions/delete-validation.md |
| Download a file | actions/get-file.md |
| Download multiple files | actions/get-files.md |
| Generate pre-signed upload URL (S3) | actions/get-presigned-upload-url.md |
| Delete a file | actions/delete-file.md |
| Upload file to local storage | actions/upload-to-local-storage.md |
| Update file metadata | actions/update-file-info.md |
| Upload file to DMS | actions/upload-to-dms.md |
| Create a DMS folder | actions/create-folder.md |
| Delete a DMS folder | actions/delete-folder.md |
| Get test / mock data | actions/get-mock-data.md |
| Delete mock data | actions/delete-mock-data.md |