Griptape/secrets
@webframp/griptape/secretsv2026.08.29.1
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.
03Models
@webframp/griptape/secretsv2026.08.29.1griptape/secrets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | Griptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| baseUrl? | string | Griptape 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
| Argument | Type | Description |
|---|---|---|
| page? | number | |
| page_size? | number |
fn create_secret(name: string, value: string)
create operation
| Argument | Type | Description |
|---|---|---|
| name | string | |
| value | string |
fn get_secret(secret_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| secret_id | string |
fn update_secret(secret_id: string, name?: string, value?: string)
update operation
| Argument | Type | Description |
|---|---|---|
| secret_id | string | |
| name? | string | |
| value? | string |
fn delete_secret(secret_id: string)
delete operation
| Argument | Type | Description |
|---|---|---|
| secret_id | string |
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