The Admin API uses secret API keys for authentication. All API requests must contain anDocumentation Index
Fetch the complete documentation index at: https://docs.proficientai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header,
containing your secret key in the format specified by the Bearer Authentication
scheme:
You can create and delete secret keys in Project
Settings. Secret keys are strings
that start with
sk_.Headers
A string containing your secret key in the following format:
Bearer <PROFICIENT_SECRET_KEY>
