cURL
curl --request GET \ --url https://api.bedrock.orinlabs.org/api/products/products/{id}/ \ --header 'Authorization: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "has_openai_api_key": true, "has_anthropic_api_key": true, "openai_api_key_preview": "<string>", "anthropic_api_key_preview": "<string>", "system_prompt": "<string>", "default_model": "<string>", "tool_call_secret": "<string>", "adapters": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }
View and edit the current product.
Token-based authentication with required prefix "Token"
A UUID string identifying this product.
255
Return masked version of OpenAI API key.
Return masked version of Anthropic API key.