Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Notte Vaults API

Secure credential and credit-card storage injected into runs.

Notte Vaults API is one of 7 APIs that Notte publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vaults. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.4.40.

Requests are made against a single base URL, https://api.notte.cc.

6 operations 4 paths 3 schemas 2 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.4.40
Base URL
https://api.notte.cc
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Notte Vaults API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Notte API key obtained from the Notte Console (https://console.notte.cc), passed as a Bearer token in the Authorization header. The SDK reads the NOTTEAPIKEY e…

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 2 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Vaults 6

Secure credential and credit-card storage injected into runs.

POST
/vaults/create
Vault Create
vaultCreate body → 200
GET
/vaults
List Vaults
listVaults → 200
DELETE
/vaults/{vault_id}
Vault Delete
vaultDelete 1 param → 200
GET
/vaults/{vault_id}/credentials
Vault Credentials Get
vaultCredentialsGet 2 params → 200
POST
/vaults/{vault_id}/credentials
Vault Credentials Add
vaultCredentialsAdd 1 param body → 200
DELETE
/vaults/{vault_id}/credentials
Vault Credentials Delete
vaultCredentialsDelete 2 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Credential (5 properties), Vault (3 properties), VaultCreateRequest (1 property). Each schema is shown below with its type and property counts.

Vault
object
3 properties
VaultCreateRequest
object
1 property
Credential
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

notte-vaults-api-openapi.yml Raw ↑

Other APIs Notte publishes across the network.

Notte Agents API
Notte Health API
Notte Page API
Notte Personas API
Notte Scraping API
Notte Sessions API