Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

Type definition

Below is the type definition for the UpdatePartnerTokenResponse type. This is the return type for the updatePartnerToken() method from the useAuth hook. It contains updated authentication tokens after successfully updating the partner token.
type UpdatePartnerTokenResponse = {
  suki_token: string;
  jwt_bearer: string;
};
Last modified on May 22, 2026