- Postman collection
- Postman environment
- OpenAPI 3.0 specification
- OpenAPI specification in swagger.json
Use the collection
- Open Postman, select Import, and import the collection and environment files.
- Select the Counso environment. Its
baseUrlishttps://app.counso.ai; change it only when connecting to another Counso deployment. Enter the targetworkspaceId. - Add your credential as a local secret value:
apiKeyfor workspace API requests, oruserAccessTokenfor requests that act as a signed-in user. The shared environment contains no credentials. - Choose a request, fill in its path parameters and body, then send it. Start with a read request, such as listing Agents, to check the workspace and connection.
Postman also accepts a URL during import. To use that option, copy the raw download URL of the collection or environment file above. Before sending a request, check its workspace, credentials and body; write operations change the selected workspace.