taskbounty_check_deployed_app
Queue a permission-based outside-in check of a deployed app and create a private TaskBounty repair lead. Built for Lovable and other AI app builders. You MUST ask the user to confirm they own the app or are authorized to test it, then pass authorization_confirmed:true. Requires a TaskBounty API key. Returns a request id, status, and private Fix it URL. It never charges automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_url | Yes | Public URL of the deployed app. | |
| summary | No | Optional problem or reason for the check. | |
| repo_url | No | Optional GitHub repository URL. No GitHub App is needed for the outside-in check. | |
| authorization_confirmed | Yes | True only after the user confirms ownership or authorization. |