Create Prompt
Path parameters
Request
Name of the prompt. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).
Response
Name of the entity. Name/workspace combo must be unique across all entities. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
Optional OpenAI-compatible tool definitions to send with the prompt.
Controls which (if any) tool is called: ‘none’, ‘auto’, ‘required’, or a named-tool object.
Optional OpenAI-compatible response_format, e.g. a json_schema structured-output spec.
Optional default model and sampling parameters (temperature, top_p, max_tokens, …).