Safe to run
Interact directly with your safe to run account.
This plugin allows you to interact with your Safe to run account. With this plugin, you can create and delete organizations, as well as list the organizations you have access to. You can also create, list, and delete applications for each organization. Stay in control of your Safe to run account effortlessly and efficiently.
How to
Comments (0)
Try it
API docs
Learn how to use Safe to run effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to know the organisations I have access to."
-
Prompt 2: "How can I create a new organisation?"
-
Prompt 3: "Delete an organisation."
-
Prompt 4: "List all applications for a specific organisation."
-
Prompt 5: "Create a new application for an organisation."
Features and commands
Feature/Command | Description |
---|---|
listOrganisations | This command allows you to retrieve a list of all organisations that you have access to. |
| createOrganisation
| This command enables you to create a new organisation. You need to provide details such as the organisation name and unique identifier (UID). |
| deleteOrganisation
| This command allows you to delete an organisation. You need to provide the organisation ID. |
| listApplications
| This command retrieves a list of all applications for a specific organisation. You need to provide the organisation ID. |
| createApplication
| This command lets you create a new application for a given organisation. You need to provide the organisation ID and details of the application, such as the application name. |
| deleteApplication
| This command allows you to delete an application for a given organisation. You need to provide the organisation ID and the application ID. |
| integrate
| This command provides instructions on integrating your application with Safe to Run. You need to provide the organisation ID and the application ID. The response includes details such as a Gradle import statement and a code response. |