Sprites connector URLs seem to be wrong

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.

Hi @jlar , nice catch and thanks for reporting this.

This looks like it’s related to some API consolidation work we did recently, we’ll get it patched up.

https://api.sprites.dev/v1/gateway/ is the correct url format vs the gateway subdomain.

Ok a fix for this is live, the links in the dashboard now correctly point to https://api.sprites.dev/v1/gateway/*.