> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ecge.net/llms.txt
> Use this file to discover all available pages before exploring further.

# New Plant

> Information about a new plant added to the store



## OpenAPI

````yaml WEBHOOK /plant/webhook
openapi: 3.1.0
info:
  title: ecge API
  description: The ecge REST API for managing projects and resources
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.ecge.dev
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````