{"product":"SecretCarousel","description":"The agent-native secret vault. AES-256-GCM encryption, per-agent-seat pricing.","baseUrl":"https://secretcarousel.com","auth":{"header":"X-API-Key","value":"sc_free_..."},"steps":[{"step":1,"title":"Store a secret","method":"POST","path":"/api/v1/secrets","body":{"name":"DATABASE_URL","value":"postgres://user:pass@host/db","secretType":"database-credentials"}},{"step":2,"title":"Retrieve (decrypted)","method":"GET","path":"/api/v1/secrets/:secretId"},{"step":3,"title":"List all secrets","method":"GET","path":"/api/v1/secrets"},{"step":4,"title":"Create share link (Pro+)","method":"POST","path":"/api/v1/shares","body":{"secretId":":secretId","expirationHours":1,"maxUses":1}},{"step":5,"title":"Set rotation policy (Pro+)","method":"POST","path":"/api/v1/rotation","body":{"secretId":":secretId","schedule":"0 0 */30 * *","alertDaysBefore":7}}],"cli":"npx secretcarousel signup --tenant <project-name>","sdk":{"node":"npm install secretcarousel-sdk","python":"pip install secretcarousel","go":"go get github.com/jyswee/secretcarousel-go","ruby":"gem install secretcarousel","rust":"cargo add secretcarousel","java":"com.secretcarousel:sdk:1.0.0","php":"composer require secretcarousel/sdk","csharp":"dotnet add package SecretCarousel","dart":"dart pub add secretcarousel"},"docs":"https://secretcarousel.com/docs/quickstart.html","claudeCode":"https://secretcarousel.com/docs/quickstart/claude-code.html","pricing":"https://secretcarousel.com/#pricing"}