The gateway proxy URL shown in the UI for Sprite Connectors seems to be wrong.
Examples:
Anthropic connector:
https://gateway.sprites.dev/v1/anthropic/<connector_id>
Custom connector:
https://gateway.sprites.dev/v1/custom_api/<connector_id>
Example from the “API Usage” section of the Connector details:
Attempting to connect to these results in a 404 error. The correct pattern seems to be:
Anthropic:
https://api.sprites.dev/v1/gateway/anthropic/<connector_id>
Custom:
https://api.sprites.dev/v1/gateway/custom_api/<connector_id>
The documentation seems closer to the latter pattern, but it could be more clear about the correct URL format for custom connectors.
Thanks.
