> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shinami.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Docs

> API docs for each of our services along with a few key integration resources.

# Key resources for all integrations

<Columns cols={3}>
  <Card title="Authentication and API keys" icon="key" iconType="regular" href="/developer-guides/core-integration-topics/authentication-and-api-keys">
    How to create and manage your API access keys and authenticate your requests.
  </Card>

  <Card title="Error Reference" icon="gear" iconType="regular" href="/developer-guides/core-integration-topics/error-reference">
    Error codes and resolution steps for all Shinami APIs.
  </Card>

  <Card title="TypeScript SDK" icon="gear" iconType="regular" href="https://www.npmjs.com/package/@shinami/clients">
    An SDK for all Shinami services.
  </Card>
</Columns>

# API docs for

<Columns cols={3}>
  <Card title="Aptos" icon="gear" iconType="regular" href="/api-docs/overview#aptos" />

  <Card title="Movement" icon="gear" iconType="regular" href="/api-docs/overview#movement" />

  <Card title="Sui" icon="gear" iconType="regular" href="/api-docs/overview#sui" />
</Columns>

### Aptos

<Columns cols={2}>
  <Card title="Invisible Wallet API" icon="gear" iconType="regular" href="/api-docs/aptos/wallet-services/invisible-wallet-api">
    App-controlled, embedded wallets.
  </Card>

  <Card title="Gas Station API" icon="gear" iconType="regular" href="/api-docs/aptos/gas-station/api">
    Sponsor transactions to drive engagement and retention.
  </Card>
</Columns>

### Movement

<Columns cols={2}>
  <Card title="Invisible Wallet API" icon="gear" iconType="regular" href="/api-docs/movement/wallet-services/invisible-wallet-api">
    Create wallets for your users.
  </Card>

  <Card title="Gas Station API" icon="gear" iconType="regular" href="/api-docs/movement/gas-station/api">
    Sponsor transactions to drive engagement and retention.
  </Card>
</Columns>

### Sui

<Columns cols={2}>
  <Card title="Invisible Wallet API" icon="gear" iconType="regular" href="/api-docs/sui/wallet-services/invisible-wallet-api">
    App-controlled, embedded wallets.
  </Card>

  <Card title="Gas Station API" icon="gear" iconType="regular" href="/api-docs/sui/gas-station/api">
    Sponsor transactions to drive engagement and retention.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="zkLogin wallet API" icon="gear" iconType="regular" href="/api-docs/sui/wallet-services/zklogin-wallet-api">
    User-controlled OAuth wallets.
  </Card>

  <Card title="zkLogin Next.js SDK" icon="gear" iconType="regular" href="https://www.npmjs.com/package/@shinami/nextjs-zklogin">
    We have a starter app template to get you up and going quickly.
  </Card>
</Columns>
