Skip to content

Commit 13ecc63

Browse files
authored
Merge pull request #228 from potpie-ai/readme_api
Add api access details to readme
2 parents 7aaa12d + bc2ffcf commit 13ecc63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Potpie is an open-source platform that creates AI agents specialized in your cod
5151
- [🚀 Getting Started](#getting-started)
5252
- [💡 Use Cases](#use-cases)
5353
- [🛠️ Custom Agents](#custom-agents-upgrade)
54+
- [🎨️ Accessing Agents via API Key](#accessing-agents-via-api-key)
5455
- [🎨 Make Potpie Your Own](#make-potpie-your-own)
5556
- [🤝 Contributing](#contributing)
5657
- [📜 License](#license)
@@ -211,6 +212,16 @@ With Custom Agents, you can design personalized tools that handle repeatable tas
211212
- **Tasks**: Individual steps for job completion
212213
- **Tools**: Functions for querying the knowledge graph or retrieving code
213214

215+
## 🗝️ Accessing Agents via API Key
216+
217+
You can access Potpie Agents through an API key, enabling integration into CI/CD workflows and other automated processes. For detailed instructions, please refer to the [Potpie API documentation](https://docs.potpie.ai/agents/api-access).
218+
219+
- **Generate an API Key**: Easily create an API key for secure access.
220+
- **Parse Repositories**: Use the Parse API to analyze code repositories and obtain a project ID.
221+
- **Monitor Parsing Status**: Check the status of your parsing requests.
222+
- **Create Conversations**: Initiate conversations with specific agents using project and agent IDs adn get a conversation id.
223+
- **Send Messages**: Communicate with agents by sending messages within a conversation.
224+
214225
## 🎨 Make Potpie Your Own
215226

216227
Potpie is designed to be flexible and customizable. Here are key areas to personalize your own deployment:

0 commit comments

Comments
 (0)