/
AM
amika
/
Amika API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 6h ago
Details
Filter operations
AgentSessions
5
API keys
3
Docker registries
3
Downloads
2
Git user settings
2
Integrations
2
Linear
2
Meta
1
Repositories
9
Sandboxes
26
SandboxServices
1
SandboxSnapshots
5
Secrets
27
get
List the caller's SSH public keys
post
Create or replace one user-owned SSH public key
delete
Delete one of the caller's SSH public keys
get
List secrets visible to the caller
post
Create a generic secret
put
Update a generic secret
delete
Delete a generic secret
get
List Claude credentials
post
Create a Claude credential
delete
Delete a Claude credential
post
Reveal a Claude credential value
get
List Codex credentials
post
Create a Codex credential
delete
Delete a Codex credential
post
Reveal a Codex credential value
get
Read OpenCode credential status
post
Save OpenCode credentials
delete
Delete OpenCode credentials
post
Reveal OpenCode credentials
get
Read Pi Web password status
post
Set the Pi Web password
post
Reveal the Pi Web password
get
Read Pi credential status
post
Save the Pi credential
delete
Delete the Pi credential
post
Reveal the Pi credential
post
Reveal a generic secret value
Services
3
Slack
5
Uploads
2
Secrets
Create a generic secret
post
/api/v0beta1/secrets
Request body
CreateSecretRequest
required
name
string
required
value
string
required
scope
'user'
|
'org'
description
string
nullable
Response
Created secret summary.
SecretSummary
required
id
string
required
org_id
string
required
user_id
string
required
name
string
required
description
string
nullable
required
scope
'user'
|
'org'
required
created_at
union
required
updated_at
union
required
Changes