-
Notifications
You must be signed in to change notification settings - Fork 1
API Client
github-actions[bot] edited this page Oct 3, 2025
·
2 revisions
Main client for interacting with AnswerRocket services.
Provides access to data, configuration, chat, output building, skills, and LLM functionality.
Initialize the AnswerRocket client.
Parameters:
- url (str, optional): The URL of your AnswerRocket instance. Can also be set via AR_URL environment variable.
- token (str, optional): A valid SDK token. Can also be set via AR_TOKEN environment variable.
- tenant (str, optional): The tenant identifier for multi-tenant deployments.
Check if the client can connect to and authenticate with the server.
Returns:
bool - True if connection and authentication succeed, False otherwise.