Create a genie
Creates a new genie.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the genie.
description
A description of the genie's purpose.
folder_id
The ID of the folder where the genie resides.
instructions
The instructions your genie uses to identify its purpose, personality, and job description.
ai_provider
The AI provider that powers your genie. Accepted values are anthropic
or open_ai
.
Allowed values:
custom_oauth_key_id
Custom OAuth key ID.
matrix
Determines whether Workato GO is enabled as your chat interface or not. Accepted values are true
or false
.
Response
Genie created successfully
id
The unique identifier of the created genie.