Http endpoints for client sdks using api keys vs auth tokens (e.g. clerk)
We'd like to set an http header with an api key that is used by our convex code to authenticate and authorize the request. http endpoints do seem to work for this. We've created them, can set a header, and validate that within the http endpoint.
This is great, however we do need to then manually create a client that understands the request and response objects. Is there either:
1. a way to automatically generate client (like with openapi)
2. a way to use the provided clients with an api key that is managed within convex (btw, I wish clerk had support for api keys!)
Thanks!
