Create or copy an API token from the CogFoundry API Keys console, then send it as a bearer credential:
Use an environment variable or a secret manager. Do not commit the token or pass it to a host other than the CogFoundry Server that issued it.
Workbook and file endpoints may use multipart input or return binary content. Follow the generated endpoint page instead of forcing application/json on every request.
Verify before integrating
A successful health check confirms reachability, not user authorization. Verify an authenticated endpoint such as GET /loom/v1/models before building the rest of the integration.
Never copy a ShengSuanYun token into a CogFoundry request. Credentials are bound to their issuing environment.