Skip to main content
This is a step-by-step guide to help you quickly get up and running with TeamCare AI Agent APIs. Once configured, your AI agent can start using these APIs to access appointment availability, create tasks, and serve users using its integrated LLM.

✅ Step 1: Get an Authorization Token

Your token is self-serve from your TeamCare dashboard:
  1. Settings › Company › Agreement - accept the Developer API Agreement. Only the account owner can accept it, and the API Access tab stays hidden until then.
  2. Settings › Company › API Access - click Generate TeamCare API Keys if you haven’t already, then copy the AI Voice Token.
The AI Voice Token only appears if AI Voice is enabled on your key. If you don’t see it, contact TeamCare support. Regenerating your API keys issues a new token and invalidates the old one.

✅ Step 2: Start Fetching and Using Data

Use the token obtained in Step 1 to authenticate, send the token in each request on teamcare, you will be authorized under practices who will be using you, then you’ve to make a call on Practice fetch using the practice exact name or contain name which will give you a practice_id, that practice_id will be used further in requests to the available endpoints and appointment creation.