What problem does it solve? Developers integrating Sinch APIs often struggle to determine which credential type each product requires and how to configure environment variables for the Antigravity plugin, leading to authentication failures and setup confusion. ## Core Features & Use Cases - Credential Type Mapping: Shows which Sinch products use OAuth2 (Conversation API, Numbers, Fax), Application Key/Secret (Voice, Verification), or Mailgun/Mailjet keys. - Environment Variable Setup: Lists exact variables to export (CONVERSATION_PROJECT_ID, CONVERSATION_KEY_ID, CONVERSATION_KEY_SECRET, CONVERSATION_REGION, CONVERSATION_APP_ID) before starting the Antigravity agent. - OAuth2 Token Guidance: Explains how to obtain a Bearer token from auth.sinch.com for direct REST API calls. - Use Case: A developer installing the Sinch Antigravity plugin asks how to authenticate, and receives the complete guide with dashboard steps, required env vars, and documentation links without any code generation. ## Quick Start Ask the assistant to show the Sinch authentication setup guide for configuring the plugin credentials.