Skip to main content

Griptape/secrets

@webframp/griptape/secretsv2026.08.29.1· 12d agoMODELS
01README

Griptape Cloud Secrets — organization secret management

02Release Notes

2026.08.29.1

Added: Initial code-generated release of @webframp/griptape/secrets with 5 methods covering the Griptape Cloud secrets API surface.

03Models1
@webframp/griptape/secretsv2026.08.29.1griptape/secrets.ts

Global Arguments

ArgumentTypeDescription
apiKey?stringGriptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
baseUrl?stringGriptape Cloud API base URL; overrides the GT_CLOUD_BASE_URL environment variable and the built-in default.
fn list_secrets(page?: number, page_size?: number)
list operation
ArgumentTypeDescription
page?number
page_size?number
fn create_secret(name: string, value: string)
create operation
ArgumentTypeDescription
namestring
valuestring
fn get_secret(secret_id: string)
get operation
ArgumentTypeDescription
secret_idstring
fn update_secret(secret_id: string, name?: string, value?: string)
update operation
ArgumentTypeDescription
secret_idstring
name?string
value?string
fn delete_secret(secret_id: string)
delete operation
ArgumentTypeDescription
secret_idstring

Resources

secrets(infinite)— list operation
secret(infinite)— create operation
04Stats
A
100 / 100
Downloads
0
Archive size
13.8 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels