> For the complete documentation index, see [llms.txt](https://docs.augustdigital.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augustdigital.io/developers.md).

# Developers

- [API Reference](https://docs.augustdigital.io/developers/api-reference.md): The August Digital API is a comprehensive RESTful API designed for DeFi portfolio management and trading operations.
- [TypeScript SDK](https://docs.augustdigital.io/developers/typescript-sdk.md)
- [Quick Start](https://docs.augustdigital.io/developers/typescript-sdk/javascript-sdk.md): The August Digital SDK provides a TypeScript API for August services and resources. You can use the TypeScript API to build applications or libraries for the browser or Node.js.
- [Usage Guide](https://docs.augustdigital.io/developers/typescript-sdk/code-examples.md)
- [Vault Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/vaults.md): Query vault data across EVM and Solana chains. All vault getters are available on the main AugustSDK class.
- [EVM Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/evm-actions.md): Execute transactions on EVM vaults including deposits, withdrawals, and approvals. All write operations are available via \`sdk.evm.\*\` methods.
- [Solana Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/solana-actions.md): Execute transactions on Solana vaults including deposits, withdrawals, and queries. All operations follow the same pattern as EVM vaults for consistency.
- [Stellar Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/stellar-actions.md): Deposit into and redeem from Stellar (Soroban) vaults such as Gami earnUSDC / earnXLM. Write operations build an unsigned transaction that you sign with the user's wallet and submit back through the S
- [ABI Functions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/abis.md): The August Digital SDK includes all necessary contract ABIs (Application Binary Interfaces) for interacting with August vaults and related contracts. All ABIs are exported with the \`ABI\_\` prefix.
- [Error Handling](https://docs.augustdigital.io/developers/typescript-sdk/errors.md): Reference for the typed errors thrown by \`@augustdigital/sdk\`. Use this to decide which \`catch\` paths to write and how to recover from each failure class.
- [SDK Reference](https://docs.augustdigital.io/developers/typescript-sdk/api.md)
- [AugustSDK](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsdk.md)
- [AugustVaults](https://docs.augustdigital.io/developers/typescript-sdk/api/augustvaults.md)
- [AugustSubAccounts](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsubaccounts.md)
- [EVMAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/evmadapter.md)
- [SolanaAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/solanaadapter.md)
- [SuiAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/suiadapter.md)
- [StellarAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/stellaradapter.md)
- [ABIs](https://docs.augustdigital.io/developers/typescript-sdk/api/abis.md)
- [Changelog](https://docs.augustdigital.io/developers/typescript-sdk/changelog.md)
- [CLI (august)](https://docs.augustdigital.io/developers/cli.md)
- [MCP Server (august-mcp)](https://docs.augustdigital.io/developers/mcp.md)
