Create a custom provider
Create a custom provider. Use PATCH /api/providers/{provider_id}/ to update an existing provider.
Authentication
Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.
Request
Human-readable provider name.
Provider configuration. Put provider credentials under extra_kwargs.api_key.
Response
Provider string ID. Same value as provider_id.
Human-readable provider name.
Stored provider configuration. The current backend returns this object, including credentials it contains; handle the response as sensitive.