# API Docs - **Introduction** - [Quickstart](/docs/api/quickstart): Create an API key, discover its capabilities, and make the first read-only request. - [Overview](/docs/api): Build read-only integrations against organization-scoped accounts, transactions, holdings, and organization data. - [Authentication](/docs/api/authentication): Authenticate API requests with scoped API keys and enforce access through discovery. - [AI coding skills](/docs/api/claude-code): Build local Tablewealth apps with ChatGPT Plus, Codex, Claude Code, or the Tablewealth Editor. - [Pagination](/docs/api/pagination): Page through API list responses with pageSize and pageToken. - **Data Models** - [Accounts](/docs/api/accounts): List and read financial accounts available to the current API key. - [Transactions](/docs/api/transactions): Read normalized transaction data across accounts or for one account. - [Holdings](/docs/api/holdings): Read investment positions and cash-equivalent holdings. - [Organizations](/docs/api/organizations): Read organization profile fields for the workspace attached to an API key. - **API Reference** - **API Key Discovery** - [Inspect the current API key capabilities](/docs/api/reference/api-key-discovery/getCurrentApiKey) - **Organization** - [Get organization details](/docs/api/reference/organization/getOrganization) - **Financial Accounts** - [List accessible financial accounts](/docs/api/reference/financial-accounts/listAccounts) - [Get one accessible financial account](/docs/api/reference/financial-accounts/getAccount) - **Transactions** - [List accessible financial transactions](/docs/api/reference/transactions/listTransactions) - [List transactions for one accessible account](/docs/api/reference/transactions/listAccountTransactions) - [List transactions associated with one tag](/docs/api/reference/transactions/listTagTransactions) - [Attach one tag to one or more transactions](/docs/api/reference/transactions/attachTagToTransactions) - **Holdings** - [List accessible financial holdings](/docs/api/reference/holdings/listHoldings) - [List holdings for one accessible account](/docs/api/reference/holdings/listAccountHoldings) - **Other Endpoints** - [List organization tags by target type](/docs/api/reference/other-endpoints/listTags) - [Create one organization tag](/docs/api/reference/other-endpoints/createTag)