turnkey_tk-0.4.1 is not a library.
tk is the CLI for agent authorization on Turnkey: credentials, users and
tags, policies, secrets, sessions, SSH, and Git signing backed by Turnkey keys.
Getting started
Paste this into your agent:
Install the Turnkey tk CLI with
`curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/tkhq/tk/main/install.sh | sh`.
Install the tk skills with `tk skills install --into <your skills directory>`,
read the installed turnkey-tk/SKILL.md, and walk me through bootstrapping my
Turnkey organization at https://app.turnkey.com.
Manual installation
|
Docs
- Authentication: profiles and the environment bundle
- Resources: users, policies, API keys, and wallets
- Signing: payloads and serialized transactions
- Activities: inspect, approve, reject, and wait
- Raw requests: sign and send an exact request body
- Secrets: credential and secret management
- Sessions: expiring keys minted by a provisioner
- SSH: registered keys and the SSH agent
- Git signing
- GPG signing
- Skills: the agent skills package embedded in the binary
- Command reference: every command and flag, generated from the parser
Contact us
tk is part of Turnkey's agent auth beta. To ask a question or tell us what
your agents need, reach us at
turnkey.com/agent-auth-beta.
For the thinking behind this project, see this thread.