ShareAI Platform Docs

Test and launch your application

Verify ShareAI sign-in, OAuth token handling, model access and customer consent before making a Builder application available.

View as Markdown
On this page

Test the complete customer journey#

Configure the application identity and callbacks before starting OAuth integration.Configure the application identity and callbacks before starting OAuth integration.
Configure the application identity and callbacks before starting OAuth integration.
  1. Start from a signed-out browser and follow the ShareAI authorization redirect.
  2. Verify the application title, policy links, requested scopes and selected personal or organization account.
  3. Handle both consent approval and cancellation.
  4. Complete token exchange on the backend and verify the returned identity.
  5. Run a small authorized chat request and confirm the usage appears under the intended account.

Test token lifecycle#

Exercise expiry and a single refresh operation, store the replacement refresh token and ensure concurrent app requests do not refresh the same token twice. Test disconnect and reconnect so a customer can withdraw authorization cleanly.

Test operational failures#

  • Wrong model or provider access produces an actionable error.
  • A 429 response respects Retry-After and has a retry limit.
  • A 503 response is presented as temporary unavailability.
  • An interrupted stream is marked incomplete.
  • A revoked grant leads to reconnect rather than an endless refresh loop.

Review pricing and policies#

Confirm that the consent screen reflects the intended published plan and current application policies. Test organization authorization without assuming the approving administrator’s personal claims will be returned.

Publish through Console#

Complete the application’s current review and publication workflow. Recheck production callback URLs, server-held credentials, allowed users and configured limits. Keep test and production configuration identifiable so a customer cannot be sent to the wrong callback.

Reference#

Auth reference · Errors and retries

Last updated September 15, 2026

ShareAI Platform Docs
All documentation

Search by title or content.

Ask about this page

Choose an assistant to explore this page. You can also copy the page and paste it into your conversation.

Ask ChatGPTAsk ClaudeAsk GrokAsk ShareAI