Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ORSHOT_API_KEY | Yes | Your Orshot API key obtained from https://orshot.com/signup |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate-image-from-library | Generate an image from an Orshot library template using specified modifications |
generate-image-from-studio | Generate an image from an Orshot Studio template using specified data modifications. Automatically maps URLs to appropriate image fields in the template. You can use either the template ID (numeric) or template name. |
generate-image | Generate an image from an Orshot template (automatically detects library vs studio template). For studio templates, automatically maps URLs to appropriate image fields and supports template names. |
get-library-templates | Get all available library templates for the user using their API key |
get-studio-templates | Get all available studio templates for the user using their API key |
get-template-modifications | Get available modifications for a specific template (works for both library and studio templates). For studio templates, you can use either ID or name. |
check-api-status | Check the API connectivity and validate the API key |