We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ad575 commit 45b87e9Copy full SHA for 45b87e9
2 files changed
README.md
@@ -41,7 +41,7 @@ import { AgentSimClient } from "@agentsim/sdk";
41
const client = new AgentSimClient({ apiKey: "asm_live_xxx" });
42
```
43
44
-Get your API key at [agentsim.dev/dashboard](https://agentsim.dev/dashboard).
+Get your API key at [console.agentsim.dev](https://console.agentsim.dev).
45
46
## API
47
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@agentsim/sdk",
3
- "version": "0.12.0",
+ "version": "0.13.0",
4
"description": "AgentSIM TypeScript SDK — autonomous OTP relay for AI agents",
5
"type": "module",
6
"main": "./dist/index.js",
0 commit comments