🚨 Open Responses API (Alpha). Learn more here
A valid request URL is required to generate request examples
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "value": "<string>", "metadata": {}, "description": "<string>" }
Create a new secret for a developer.
Args: developer_id: ID of the developer creating the secret secret: Secret to create
Returns: The created secret
Raises: HTTPException: If a secret with this name already exists (409 Conflict)
Successful Response
A secret that can be used in tasks and sessions