hello_manage_app
Manage Hellō applications: create, read, update, generate secrets, and upload logos via data or URL.
Instructions
Manage Hellō applications - create, read, update, create secrets, and upload logos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the application (optional for: create, update - if not provided for create, will be generated from user name) | |
| theme | No | Logo theme - whether this is for light or dark mode (optional for: update_logo_from_data, update_logo_from_url, defaults to "light") | |
| action | Yes | Action to perform: create (new app), read (get app), update (modify app), create_secret (generate secret), update_logo_from_data (set logo from base64 data), update_logo_from_url (set logo from URL) | |
| pp_uri | No | Privacy Policy URI (optional for: create, update) | |
| team_id | No | ID of the team that owns the application (optional for all actions - uses default team if not specified) | |
| tos_uri | No | Terms of Service URI (optional for: create, update) | |
| logo_url | No | URL of the logo image to fetch and set (required for: update_logo_from_url) | |
| client_id | No | ID of the OAuth client/application (optional for read - returns profile if omitted; required for: update, create_secret, update_logo_from_data, update_logo_from_url) | |
| logo_data | No | Base64 encoded logo data (required for: update_logo_from_data) | |
| device_code | No | Whether the application supports device code flow (optional for: create, update) | |
| dev_wildcard | No | Allow wildcard domain redirects in development environment (optional for: create, update) | |
| dev_127_0_0_1 | No | Allow 127.0.0.1 redirects in development environment (optional for: create, update) | |
| dev_localhost | No | Allow localhost redirects in development environment (optional for: create, update) | |
| dev_redirect_uris | No | Array of allowed redirect URIs for development environment (optional for: create, update) | |
| logo_content_type | No | MIME type of the logo data, e.g. "image/png" (required for: update_logo_from_data; auto-detected for: update_logo_from_url) | |
| prod_redirect_uris | No | Array of allowed redirect URIs for production environment (optional for: create, update) |