Available SDKs
TypeScript
@amika/sdk — sandboxes, sessions, secrets, agent invocations.TypeScript source
Read the source on GitHub.
When to use the SDK vs. the CLI
The Guides in this site show both side-by-side, so you can pick whichever
matches the surface you’re working in.
What the SDK does not do
- It does not source credentials for you. The TypeScript SDK doesn’t
read
AMIKA_API_KEYfrom your environment or from disk — you pass a token viaaccessTokenortokenSource. - It does not run shell commands. Use SSH (via
getSSHor the SSH guide) when you need a shell. - It does not stream agent output.
agentSendblocks until the agent finishes and returns the full result.