Notte

© 2025 Votte. all rights reserved.

Tutorial

𝕏

Securely Power Your Agents with Effortless Credential Management.

Votte Vault keeps your agent credentials encrypted and safe, enabling effortless authentication across services from a unified interface.

Get started →

Scrape →

What is a Vault?

A Secure Vault allows your Votte agents to safely store credentials and authenticate to third-party services automatically.

It encrypts all your credentials, ensuring maximum security while enabling seamless integration with any service your agents need to access.

Practical Example

# python

from

votte

import

VotteClient

client

=

VotteClient()

vault

=

client

.

vault

.

create()

vault

.

add_credentials(

url

=

"https://x.com/"

,

email

=

"

"

,

password

=

"

"

,

)

client

.

agent

.

run(

"post hello world on twitter"

,

vault

=

vault

)

With just a few lines of code, your agent can securely authenticate and perform tasks like posting on social media without exposing sensitive credentials.