# Create a secret Create a new secret for your workspace. Endpoint: POST /webhooks/secrets Version: 1.0.0 Security: api_key, tenant_id ## Request fields (application/json): - `workspace_id` (string) Example: "4e1b58da-06de-4173-a276-15609442c470" ## Response 201 fields (application/json): - `secret` (string) Example: "sec_af245ede-a9d0-40b4-9ffc-a4bf11fdfebb" ## Response 400 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 401 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 403 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details."