CredenShare Documentation.
Everything you need to securely share, manage, and protect sensitive credentials across your organization.
import { CredenShare } from '@credenshare/sdk' const crs = new CredenShare(process.env.CREDENSHARE_KEY!) const share = await crs.shares.create({ title: 'Staging deploy credentials', fields: [ { key: 'Password', value: 'correct horse', type: 'password' }, ], accessCountsLeft: 1, }) console.log(share.link)
Everything you need
Getting Started
Quick overview, key concepts, and your first secure share in minutes.
Usage Guides
Step-by-step instructions for Quick Share, Slack integration, and enterprise features.
API Reference
REST API documentation with examples for programmatic credential management.
SDKs
Official Node, Python, Go and Rust clients that handle the encryption for you.
Security
Encryption details, SOC 2 alignment, and data handling practices.
End-to-End Encryption
Shares created on the web are encrypted in your browser, and the key travels in the link rather than to us.
Auto-Expiring Shares
Shares automatically expire after a set time or number of views, reducing exposure risk.