TypeScript SDK — the developer surface of Astroid, the Financial Operating System for autonomous AI agents on Stellar. Built for the Drips Stellar Wave Program.
astroid-sdk is a TypeScript monorepo that provides typed clients, React hooks, and CLI tooling so developers can integrate Astroid into their own applications and agent runtimes. Closes #31
| Package | Description |
|---|---|
@astroid/client |
Typed HTTP client for the Astroid REST API |
@astroid/types |
Shared entity and DTO type definitions |
@astroid/react |
React hooks (TanStack Query) + <AstroidProvider> |
@astroid/agent |
Agent resource methods: create, list, update |
@astroid/wallet |
Wallet resource methods |
@astroid/transaction |
Transaction building and submission helpers |
@astroid/policy |
Policy CRUD and simulation |
@astroid/budget |
Budget resource methods |
@astroid/analytics |
Analytics and metrics |
@astroid/auth |
Auth resource methods |
@astroid/notification |
Notification services |