From cea8c2817d752749d3ff00d4bb7022e7cf92eed8 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 19 Aug 2025 12:03:23 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e711f17b..a5253c91e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip install codegen uv pip install codegen ``` -Get started at [codegen.com](https://codegen.com) and get your API token at [codegen.com/developer](https://codegen.com/developer). +Get started at [codegen.com](https://codegen.com) and get your API token at [codegen.com/token](https://codegen.com/token). You can interact with your AI engineer via API, or chat with it in Slack, Linear, Github, or on our website. From 145ceb40c755de25adc61e027f323f4c50e2b513 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 19 Aug 2025 12:04:14 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5253c91e..37adc137c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ from codegen.agents.agent import Agent # Initialize the Agent with your organization ID and API token agent = Agent( - org_id="YOUR_ORG_ID", # Find this at codegen.com/developer - token="YOUR_API_TOKEN", # Get this from codegen.com/developer + org_id="YOUR_ORG_ID", # Find this at codegen.com/token + token="YOUR_API_TOKEN", # Get this from codegen.com/token # base_url="https://codegen-sh-rest-api.modal.run", # Optional - defaults to production )