Create a genie

Creates a new genie.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
The name of the genie.
descriptionstringRequired
A description of the genie's purpose.
folder_idstringRequired
The ID of the folder where the genie resides.
instructionsstringRequired
The instructions your genie uses to identify its purpose, personality, and job description.
ai_providerenumRequired

The AI provider that powers your genie. Accepted values are anthropic or open_ai.

Allowed values:
shared_account_idintegerRequired
The Connection ID of your genie.
custom_oauth_key_idintegerRequired
Custom OAuth key ID.
matrixbooleanRequired

Determines whether Workato GO is enabled as your chat interface or not. Accepted values are true or false.

Response

Genie created successfully
idstring or null
The unique identifier of the created genie.

Errors