Create a reusable schema
Schemas are configured by admins in Settings and define the structure of agent outputs. Once created, they can be reused across Agentic studio when creating standard agents or configuring parameters in workflow agents. Admins can update schemas at any time.
For more information about schemas, see agent configuration tabs.
Create a schema
Admins can create schemas to define structured JSON formats for agent outputs.
To create a schema:
-
In the navigation menu, click Agentic. Then, in the left sidebar, select Settings
. -
In the left-hand pane, select Schemas.
-
On the Schemas page, click Add schema.
-
In the right pane, provide the following:
-
Name - the schema name. ID is generated automatically.
-
Description (optional) - what the schema is used for.
-
Tags (optional) - add labels to categorize the schema.
-
-
Define the JSON structure for the output. You can use Simple mode or Advanced mode to define the schema manually using either the
Code or
Visual editor.You can define the structure by:
-
Specifying required fields to ensure essential content is always included.
-
Defining data types (for example,
string,array, orobject). -
Adding descriptions to guide how agents generate content.
-
Configuring validation rules to control output quality.
The following schema defines the structure of a LinkedIn post:
This schema ensures each post includes all required sections and follows a consistent structure. When used with a template, the output can also be automatically formatted.
-
-
Click Save.
Edit a schema
Admins can update an existing schema to refine its structure or metadata.
To edit a schema:
-
In the navigation menu, click Agentic. Then, in the left sidebar, select Settings
. -
In the left-hand pane, select Schemas.
-
On the Schemas page, find the schema you want to edit.
-
Click the actions menu
> Edit. -
Update the schema details or JSON structure as needed.
-
Click Save.