diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 7d3ce02..1dcf0a4 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -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": [ diff --git a/introduction.mdx b/introduction.mdx index 9197bcb..3cc55cb 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -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.