/
/Amika API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 1d ago
AgentSessions5
API keys3
Docker registries3
Downloads2
Git user settings2
Integrations2
Linear2
Meta1
Repositories9
Sandboxes26
SandboxServices1
SandboxSnapshots5
Secrets20
  • getList the caller's SSH public keys
  • postCreate or replace one user-owned SSH public key
  • deleteDelete one of the caller's SSH public keys
  • getList secrets visible to the caller
  • postCreate a generic secret
  • putUpdate a generic secret
  • deleteDelete a generic secret
  • getList Claude credentials
  • postCreate a Claude credential
  • deleteDelete a Claude credential
  • postReveal a Claude credential value
  • getList Codex credentials
  • postCreate a Codex credential
  • deleteDelete a Codex credential
  • postReveal a Codex credential value
  • getRead Pi credential status
  • postSave the Pi credential
  • deleteDelete the Pi credential
  • postReveal the Pi credential
  • postReveal a generic secret value
Services3
Slack5
Uploads2
    Secrets

    List the caller's SSH public keys

    get/api/v0beta1/secrets/ssh-public-keys

    Response

    SSH public keys.

    idstring required
    namestring required
    public_keystring required
    scope'user' required

    Changes