AI
Systemprompt.io
10min
with the systemprompt io app in {{product name}} , you can embed prompts with validated structured data as the output this enables the use of chained prompts in {{scenario plural lowercase}} , unlocking agentic flows and automations there is an easy to use graphical interface to create and manage your prompts prompts can be defined in detail using state of the art (sota) prompting techniques static content can be saved and referenced the platform enables control over the output data and visibility into usage systemprompt io provides a comprehensive and growing library of both prompts and {{scenario plural lowercase}} to turbo boost your {{scenario plural lowercase}} with reliable ai automation you can find systemprompt io prompt library here https //systemprompt io/resource/prompt detailed setup and how to guides are listed here https //systemprompt io/documentation/make ai automation systemprompt io is committed to {{product name}} integration to enable the easy use of no code ai powered agentic workflows the use of this module and provided prompts and {{scenario plural lowercase}} require a paid subscription (with 14 days free trial available) on the execution plan https //systemprompt io/#pricing for subscription information, refer to the systemprompt io pricing page connect systemprompt io and {{product name}} to get started, you must first create a connection between systemprompt io and {{product name}} , allowing the two services to communicate to create the connection, you need to systemprompt io docid\ sd26ef4fht3jmqcyj1s o systemprompt io docid\ sd26ef4fht3jmqcyj1s o obtain your api key in systemprompt io before you create the connection in {{product name}} , you should first obtain an api key in your { systemprompt io account to obtain the api key log in to your systemprompt io account https //systemprompt io/console if you are not a paid user, you must select the plan that most suits your needs to use systemprompt io in {{product name}} , you need to use the execution plan there is a 14 day free trial that you can terminate at any time navigate to the dashboard click on api settings and copy the api key value shown you'll use this value in the api key connection field in {{product name}} create the connection in {{product name}} log in to your {{product name}} account, add a systemprompt io module to your make, and click create a connection optional in the connection name field, enter a name for the connection in the api key field, enter the api key copied above click save you've successfully created the connection and can now use the systemprompt io app in your {{scenario plural lowercase}} if you want to make changes to your connection in the future, follow the steps connect an application docid\ so88fm6pkt0g adkddfzz systemprompt io modules after connecting to the systemprompt io app, you can use the following types of modules to build your {{scenario plural lowercase}} core execute prompt executes a call to an llm with structured request and response data create prompt creates a systemprompt io prompt for embedding via api convert url to a blog reads a url and converts the content into a systemprompt io blog universal make an api call examples of usage in this section, you will learn how to use the create prompt and execute prompt modules create prompt create prompt allows you to provide a title and description of what you want your prompt to do, we complete and autogenerate the prompt in systemprompt io system this will return a prompt id that you can then use to execute \[ { "name" "title", "label" "title", "type" "text", "help" "the title of your prompt, systemprompt io ai generation platform will do the rest", "required" true }, { "name" "description", "label" "description", "type" "text", "help" "the description of your prompt, systemprompt io ai generation plafform will do the rest", "required" true } ] your prompt is now available in your systemprompt io dashboard https //systemprompt io/console for you to edit and test for more complex use cases for new users, we recommend you start by importing a prompt from systemprompt io prompt library https //systemprompt io/resource/prompt if you have a common use case that you can’t see in systemprompt io library, reach out on systemprompt io discord channel https //discord com/invite/wkabsupwpr and we will may set up the prompt on your behalf execute prompt (recommended for most {{product name}} use cases) after you have created or imported a prompt, you can now execute it in your {{scenario plural lowercase}} executing prompts enables you to directly work with the result of the prompt after it has been processed by an llm in the {{product name}} {{scenario singular lowercase}} , you will receive the output of the prompt after it has been processed, with the structured data guaranteed to match the definition in your prompt entity for example, you might want to convert a list of products into a curated list of birthday presents for a target profile you would define the output of the schema as follows ```json{ "type" "object", "$schema" "http //json schema org/draft 07/schema#", "required" \[ "products" ], "properties" { "products" { "type" "array", "items" { "type" "object", "required" \[ "productlink", "title", "description", "price", "choicemessage" ], "properties" { "price" { "type" "number", "description" "the price of the product " }, "title" { "type" "string", "description" "the title of the product " }, "description" { "type" "string", "description" "a brief description of the product " }, "productlink" { "type" "string", "format" "uri", "description" "a url link to the product page " }, "choicemessage" { "type" "string", "description" "a message explaining why this product was chosen " } } }, "maxitems" 5, "minitems" 5 } }``` this means that you are guaranteed to receive a response that conforms to the defined schema and can be used in your {{scenario plural lowercase}} don’t worry if you aren’t comfortable creating json schemas, as with everything in systemprompt io, “there is a prompt for that” and systemprompt io has automations and flows that will do the technical work on your behalf this can be done in systemprompt io dashboard, or you can get help on systemprompt io discord channel https //discord com/invite/wkabsupwpr for advanced users, systemprompt io has an openapi compliant swagger schema https //systemprompt io/swagger for its api, opening up a world of use cases with the systemprompt io platform templates you can look for systemprompt io templates in make's template gallery , where you'll find thousands of pre created {{scenario plural lowercase}} resources systemprompt io make com integration guide https //systemprompt io/documentation/make ai automation systemprompt io api reference https //systemprompt io/documentation