diff --git a/README.md b/README.md index 2e711f17b..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 ) @@ -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.