1.0.0 (2026-05-19)
First stable release of the Turnkey skills bundle for AI coding agents. Provides nine API-first skills that teach an agent how to operate a Turnkey organization: provisioning agents, managing wallets, signing transactions on EVM/Solana/Bitcoin, writing policies, and auditing activities.
Compatible with Claude Code and other agent platforms that load skills as Markdown + frontmatter.
What's included
getting-started: verify credentials and create a first walletprovisioning-agent: stand up a scoped agent with constrained credentialsmanaging-agent: debug denied transactions, rotate keys, update policiesmanaging-wallets: create wallets, derive addresses, add chainsmanaging-private-keys: standalone key management, import/exportmanaging-users: user creation, API key rotation, tagsmanaging-policies: access control, spending limits, allowlistsmonitoring-activities: activity status, approvals, auditsigning-transactions: sign and broadcast on EVM, Solana, and Bitcoin
Each skill is a SKILL.md with YAML frontmatter, prose instructions, and JSON/code examples. Runnable TypeScript SDK demos live under examples/.
SemVer contract
This bundle follows Semantic Versioning. See the README for what's covered by the contract (skill names, frontmatter schema, documented example shapes) and what isn't (internal prose wording).
Getting started
Requires
TURNKEY_API_PUBLIC_KEYTURNKEY_API_PRIVATE_KEYTURNKEY_ORGANIZATION_ID
See .env.example for more credentials you may wish to use.