Documentation Index
Fetch the complete documentation index at: https://docs.freeplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
We offer the SDK in several popular programming languages.The Python and TypeScript SDKs are open source. View the source, report issues, or contribute on GitHub:
freeplay-python ·
freeplay-node
Freeplay Client
The Freeplay client object will be your point of entry for all SDK usage. For most users, the base freeplay domain will behttps://app.freeplay.ai with api exposed at https://app.freeplay.ai/api.
Custom Domain
If your organization has been assigned a custom Freeplay domain it will look like this:https://acme.freeplay.ai and your SDK connection URL will have an additional /api appended to it (e.g., https://acme.freeplay.ai/api or https://app.freeplay.ai/api).
The
api_base (Python) or baseUrl (Node.js) parameter is required and must match your Freeplay instance URL. Make sure to include the /api suffix for all domains.https://app.freeplay.ai.
Authentication
Freeplay authenticates your API request using your API Key which can be managed through the Freeplay application athttps://app.freeplay.ai/settings/api-access
Client Instantiation
The first step to using Freeplay is to create a clientFor API rate limits and payload constraints, see Platform Limits.

