Access Developer Tools
C3 AI provides you with multiple options for tools used to create an object model during application development.
Use these tools to create, edit, and review entities in your application.
Follow the steps in this tutorial to begin the process of creating an object model.
Access developer tools
This tutorial uses the C3 AI VS Code Extention to create or make changes to an object model during application development.
See the Developer Tools topic to learn more about the different developer tools in the C3 AI Agentic AI Platform.
C3 AI VS Code Extension
The C3 AI VS Code Extension allows you to directly edit the files in your application package.
Use the following steps to connect the C3 AI VS Code Extension to your development environment:
- Set up the C3 AI VS Code Extension.
- Set up the workspace for your package.
- Start a single-node environment (SNE).
- Connect to your SNE in the C3 AI VS Code Extension.
See the VS Code Extension documentation to learn more about the C3 AI VS Code Extension.
Types in the object model are stored in the src folder in the application package. You can organize the src folder into subfolders as needed. For example, entity Types might be stored in a src/entities folder.
See the Create an Entity Create an Entity topic to learn how to create the first entity in your object model.