There was an error while loading. Please reload this page.
1 parent ad836b6 commit f60cf44Copy full SHA for f60cf44
1 file changed
README.md
@@ -161,7 +161,7 @@ with AgentScore(api_key="as_live_...") as client:
161
162
| Parameter | Default | Description |
163
|---------------|-----------------------------|--------------------------|
164
-| `api_key` | `None` | API key from [agentscore.sh](https://agentscore.sh) |
+| `api_key` | _(required)_ | API key from [agentscore.sh](https://agentscore.sh); raises `ValueError` if missing |
165
| `base_url` | `https://api.agentscore.sh` | API base URL |
166
| `timeout` | `10.0` | Request timeout (seconds)|
167
| `user_agent` | `None` | Prepended to the default `User-Agent` as `"{user_agent} (agentscore-py/{version})"`. Use to attribute API calls to your app. |
0 commit comments