You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,11 +118,13 @@ agents/salesagent/
118
118
119
119
### 3. Configure Environment
120
120
121
-
Copy `.env.example` to `.env` and set your API credentials:
121
+
To use CogSol you need API credentials. Visit **[https://onboarding.cogsol.ai](https://onboarding.cogsol.ai)** to obtain your credentials. Make sure to also configure the service API key in the implantation portal before running any commands.
122
+
123
+
Copy `.env.example` to `.env` and fill in the credentials obtained from the portal:
122
124
123
125
```env
124
126
COGSOL_ENV=development
125
-
COGSOL_API_KEY=your-api-key
127
+
COGSOL_API_KEY=your-api-key # Obtain from https://onboarding.cogsol.ai
126
128
# Optional: Azure AD B2C client credentials for JWT
127
129
# If not provided, the Auth will be skipped
128
130
COGSOL_AUTH_CLIENT_ID=your-client-id
@@ -690,17 +692,14 @@ from cogsol.content import BaseRetrieval, ReorderingStrategy
690
692
691
693
### Environment Variables
692
694
695
+
Credentials are obtained from the CogSol onboarding portal at **[https://onboarding.cogsol.ai](https://onboarding.cogsol.ai)**. Configure your service API key there before running migrations or using the CLI.
696
+
693
697
| Variable | Required | Description |
694
698
|----------|----------|-------------|
695
-
|`COGSOL_API_KEY`| Yes | API Key authentication|
699
+
|`COGSOL_API_KEY`| Yes |Service API key — obtain from the portal at https://onboarding.cogsol.ai|
696
700
|`COGSOL_ENV`| No | Environment name (e.g., `local`, `development`, `production`) |
697
-
|`COGSOL_AUTH_CLIENT_ID`| No | Client Id provided for adminitrators |
698
-
|`COGSOL_AUTH_SECRET`| No | Auth Secret provided for adminitrators |
699
-
700
-
# Optional: Azure AD B2C client credentials for JWT\
701
-
# If not provided, the Auth will be skipped
702
-
COGSOL_AUTH_CLIENT_ID=your-client-id
703
-
COGSOL_AUTH_SECRET=your-client-secret
701
+
|`COGSOL_AUTH_CLIENT_ID`| No | Client Id provided for administrators |
702
+
|`COGSOL_AUTH_SECRET`| No | Auth secret provided for administrators |
0 commit comments