Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
}
},
"servers": [
{
"url": "https://production-api.potpie.ai",
"description": "Production server"
},
{
"url": "http://localhost:8001",
"description": "Local server"
"description": "Local development server"
}
],
"security": [
Expand Down
2 changes: 1 addition & 1 deletion introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mode: 'wide'
## What is Potpie

Potpie's proprietary [knowledge graph](/concepts/knowledge-graph) enables agents to understand your codebase in the depth required for complex **multi-hop** reasoning across components for **debugging**, **refactoring**, and other advanced tasks.
The **Spec driven development** workflow prioritizes upfront planning to define clear requirements and architecture so the code thats fits right into your codebase.
The **Spec driven development** workflow prioritizes upfront planning to define clear requirements and architecture so that the code fits right into your codebase.

<img
src="/images/Mainpage.png"
Expand Down