Can't Create Custom API Key Connectors via REST

Hi,

I’m trying to create custom API connectors via the REST API, but it seems to be unsupported.

The dashboard supports custom API connectors with URL and header type params:

But the docs for v1/oauth/connections/api_key only show:

{
  "provider": "openrouter",
  "api_key": "...",
  "access_policy": {}
}

I tried using provider: "custom_api" with the dashboard field names, but the API returns 500 Internal Server Error.

The docs specify that all dashboard actions are available in the API as well, but I don’t see a way to accomplish this.

Does the REST API support this route, and if not, is support planned?

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.