Checks whether the given url is safe and suitable for embedding in the editor.
Blocks executable and archive file extensions, follows redirects, and inspects the Content-Type and Content-Disposition headers of the remote resource.
Returns { valid: true } on success or { valid: false, message } with the reason for rejection.
Checks whether the givenDocumentation Index
Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
Use this file to discover all available pages before exploring further.
url is safe and suitable for embedding in the editor.
Blocks executable and archive file extensions, follows redirects, and inspects the Content-Type and Content-Disposition headers of the remote resource.
Returns { valid: true } on success or { valid: false, message } with the reason for rejection.