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

# Changelog

> Track all notable changes to the Grid API

<Update label="February 2026" description="Payment Intent: Fee Config (Breaking Change)">
  ### Breaking Changes

  * **Payment Intent Fee Config**: The `create_payment_intent` endpoint requires a `fee_config` field for non-enterprise tier customers. This field specifies who pays the transaction fee and in which currency. Requests without `fee_config` will return a `missing_fee_config` error.
    * [Create Payment Intent - Fee Config Migration](/grid/v1/api-reference/endpoint/payment-intents/post#fee-config-breaking-change)
</Update>

<Update label="February 2026" description="Documentation Updates">
  ### Improvements

  * **Proposals API Documentation**: Added comprehensive documentation for the Proposals API, including endpoint references for multi-signature proposals:
    * [Create Proposal](/grid/v1/api-reference/endpoint/proposals/create) - Initiate new proposals
    * [List Proposals](/grid/v1/api-reference/endpoint/proposals/list) - Query proposals by account
    * [Get Proposal](/grid/v1/api-reference/endpoint/proposals/get) - Retrieve proposal details
    * [Vote on Proposal](/grid/v1/api-reference/endpoint/proposals/vote) - Approve, reject, or cancel
    * [Vote and Execute](/grid/v1/api-reference/endpoint/proposals/vote-and-execute) - Single-step approval and execution

  * **Passkey Create Account**: Fixed outdated endpoint description and added accurate response examples showing passkey-based authentication data.
    * [Create Passkey Account](/grid/v1/api-reference/endpoint/passkeys/create-account)

  * **Passkey Timing Constraints**: Added documentation explaining the \~3 minute slot hash window for passkey challenges.
    * [Integration Guide - Timing Constraints](/grid/v1/accounts/passkeys/integration-guide#timing-constraints)

  * **Legacy Docs Navigation**: Restored visibility of legacy API documentation for users migrating from older versions.
</Update>

<Update label="January 30, 2026" description="Custom Account Creation">
  ### New Features

  * **Custom Account Creation Endpoint**: New `/accounts/create:custom` endpoint allows creating accounts with custom policies directly. This enables advanced account configurations without requiring the standard account creation flow.
    * [Create Custom Account](/grid/v1/api-reference/endpoint/account-management/create-custom)

  ### SDK Updates

  * **TypeScript SDK**: Updated documentation to latest version with improved quickstart guide.
    * [TypeScript SDK Quickstart](/grid/v1/sdk-reference/typescript/reference/latest/quickstart)
  * **React SDK**: Promoted from experimental to latest stable version with full passkey authentication support.
    * [React SDK Quickstart](/grid/v1/sdk-reference/react/reference/latest/quickstart)
  * **React Native SDK**: Updated documentation with latest interfaces and quickstart improvements.
    * [React Native SDK Quickstart](/grid/v1/sdk-reference/react-native/reference/latest/quickstart)
</Update>

<Update label="January 16, 2026" description="Passkeys API Reference">
  ### New Features

  * **Passkeys API Reference**: Complete API reference documentation for passkey-based authentication endpoints:

    * [Create Passkey](/grid/v1/api-reference/endpoint/passkeys/post) - Register a new passkey
    * [Authorize Session](/grid/v1/api-reference/endpoint/passkeys/auth) - Start WebAuthn authentication
    * [Submit Session](/grid/v1/api-reference/endpoint/passkeys/submit) - Complete authentication flow
    * [Create Account](/grid/v1/api-reference/endpoint/passkeys/create-account) - Create passkey + smart account atomically
    * [Find Account](/grid/v1/api-reference/endpoint/passkeys/find) - Look up passkey accounts
    * [Get Account](/grid/v1/api-reference/endpoint/passkeys/get-account) - Retrieve account details
    * [Get Session](/grid/v1/api-reference/endpoint/passkeys/get-session) - Check session status

    Note: Try-it functionality is disabled for passkey endpoints that require WebAuthn browser interaction.

  * See [Passkeys Introduction](/grid/v1/accounts/passkeys/introduction) and [Integration Guide](/grid/v1/accounts/passkeys/integration-guide) for implementation details.
</Update>

<Update label="January 15, 2026" description="API Reference Improvements">
  ### Improvements

  * **API Reference Structure**: Reorganized API reference endpoints for better discoverability.
  * **OpenAPI Integration**: Improved OpenAPI schema positioning for accurate endpoint documentation.
</Update>
