Skip to main content
POST
/
app
/
environments
/
{env}
/
addons
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {},
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

env
string<uuid>
required

Body

application/json
type
enum<string>
required
Available options:
database,
redis
addon_plan_id
string<uuid>
required
name
string | null
Maximum string length: 255
database_type
enum<string> | null
Available options:
postgres,
mysql

Response

201 - application/json

Created

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026