Unique, powerful and secure secrets management software for the era of API Economy.
1import {zero} from '@zerosecrets/zero'
2import {S3Client} from '@aws-sdk/client-s3'
3
4export async function main() {
5 const creds = await zero({
6 token: process.env.ZERO_TOKEN,
7 apis: ["aws"],
8 }).fetch()
9
10 const client = new S3Client({credentials: creds.aws})
11}
Add and edit API credentials, not just faceless secrets. Zero allows for convenient management of all the popular APIs.
Unified platform
With Zero, you can seamlessly manage permissions for many Zero Tokens in your organization. Delegate Zero Tokens with different APIs enabled to different teams, revoke access, and rotate your secrets. Everything's done in one place.
We do our best to simplify the sign up process as much as possible. Just click a button and you are in.
Type in the exact amount of information that is required to access the API. The add-dialog is tailored to the service you are adding.
Call Zero SDK method with Zero Token. No need to set up a lot of environment variables to fetch APIs credentials.
In just a few simple steps empower your product with numerous APIs at minimal costs for secrets management.
Built for developers
One line of code is the maximum amount of efforts you should apply in order to get access to any API. That’s our highest goal. Dev teams should develop, not figuring out API access credentials.
We offer client and server libs. For all famous platforms, from TypeScript and Go to Rust and Haskell.
1import {zero} from '@zerosecrets/zero'
2import {S3Client} from '@aws-sdk/client-s3'
3
4export async function main() {
5 const creds = await zero({
6 token: process.env.ZERO_TOKEN,
7 apis: ["aws"],
8 }).fetch()
9
10 const client = new S3Client({credentials: creds.aws})
11}
Seamlessly query the credentials API in a safe and efficient way from any device or platform.
1query AWS {
2 secrets(zero_token: "AJGAaBan...", pick: ["aws"]) {
3 name
4
5 fields {
6 name
7 value
8 }
9 }
10}
Why Zero?
We made it easy for you to add and manage API credentials for many services. With no effort, add, navigate and edit all your APIs.
Rust lang is at the core of Zero API. It gives us the ability to reliably serve millions of requests.
Security is our highest priority. All secrets that we store and transmit through our secure API are end-to-end encrypted.
Developers, operations teams, and product teams — everyone will find Zero to be beneficial for any type of projects.
Zero is currently in the stage of active beta testing and development. For those who want to try it as soon as possible, we offer our early bird subscription plans with significant discounts.