Skip to main content

Custom prompt templates for creating custom prompts

id
string
required
read-only
Example:

"1"

workspace_id
string<uuid>
required
read-only
Example:

"019f985c-63b7-7261-9709-81191cd91a27"

created_by
string<uuid>
required
read-only
Example:

"019f985c-63b7-7261-9709-811a6d4cada8"

name
string
required
Example:

"Prompt template name"

category
enum<number>
required

Prompt Custom template category

Available options:
1,
2,
3,
4,
5,
6
Example:

1

prompt
string
required
Example:

"Generate a name using {{property_1}} and {{property_2}} combination."

is_public
boolean
required
Example:

true

description
null | string
Example:

"Prompt template description"

properties
null | object[]
model_version
enum<string>
Available options:
3.5,
gpt-5,
gpt-5.4,
gpt-5-mini,
gpt-5-nano,
4.0,
4.0-Omni,
gpt-4o,
o3,
gpt-4.1,
gpt-4.1-mini,
claude-4.5-sonnet,
claude-4.6-sonnet,
r1,
grok-4.3,
gemini-3.0-flash,
gemini-3.5-flash,
instantly-ai-lightspeed-agent,
sonar,
sonar-pro
Example:

"3.5"

from_shared
null | boolean
Example:

false

like_count
null | number
Example:

50

execution_count
null | number
Example:

20

liked
null | boolean
Example:

true

template_type
null | enum<string>

Custom Prompt template type

Available options:
custom,
public
Example:

"public"

created_by_instantly
null | boolean
Example:

true

creator
null | object