You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Guidelines for building with the Echo CLI SDK
globs: ["**/*.ts"]
alwaysApply: true
---
# Echo CLI SDK Guidelines
## What Echo does
Echo is a user-pays AI infrastructure layer. The CLI SDK (`@merit-systems/echo-typescript-sdk`) lets you call AI models from Node.js scripts and CLIs, billed to the authenticated user's Echo account.
## Setup
```ts
import { EchoClient } from '@merit-systems/echo-typescript-sdk';
// Uses stored credentials from `echo login`, or pass apiKey explicitly