diff --git a/api/eggs.mdx b/api/eggs.mdx new file mode 100644 index 000000000..93822b6be --- /dev/null +++ b/api/eggs.mdx @@ -0,0 +1,6 @@ +--- +openapi: POST /eggs +keywords: ["eggs", "hatchery", "spawn"] +--- + +Use this endpoint to spawn new baby eggs in the hatchery. diff --git a/docs.json b/docs.json index 878b73519..403a1793e 100644 --- a/docs.json +++ b/docs.json @@ -299,6 +299,13 @@ "api/assistant/create-assistant-message", "api/assistant/search" ] + }, + { + "group": "Eggs", + "icon": "egg", + "pages": [ + "api/eggs" + ] } ] },