Authorizations
Path Parameters
Body
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
The Name of the project, URL-friendly string that identifies the project
"my-project"
Description of the project
"This is my project"
The type of the project.
proxy
, app
, mcp
, model_gateway
, agent
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
Whether the project is behind a proxy cache (or CDN).
Whether the project is forcing HTTPS.
Whether caching is enabled for the project.
List of cache rules that override the default cache settings.
Whether the cache override is enabled.
The name of the cookie that edgee will use to store the session ID.
The domain of the cookie that edgee will use to store the session ID.
Whether the Edgee will only proxy requests to the origin without any computing.
A regular expression that matches the path of the request to be proxied only.
Whether Edgee should inject the SDK into the html content.
The position of the SDK injection.
prepend
, append
Whether the Edgee should use a cookieless session.
Configuration for automatic event capture by the Edgee SDK.
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
List of trusted IPs that can access the project.
Whether the project is password protected.
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
List of cookies that are allowed to be set by the project.
List of headers that are forwarded to the origin.
List of rate limiting rules for the project.
Whether rate limiting is enabled for the project.
Response
The updated Project
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
String representing the object's type. Objects of the same type share the same value
"project"
Unique identifier for the project
Unique identifier for the organization the project belongs to
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The Name of the project, URL-friendly string that identifies the project
"my-project"
Description of the project
"This is my project"
The type of the project.
proxy
, app
, mcp
, model_gateway
, agent
Avatar URL of the project
Time at which the project was created
"2022-03-01T00:00:00Z"
Time at which the project was last updated
"2022-03-01T00:00:00Z"
External link to a platform provider for the project
"https://my-project.com"
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
Whether the project is behind a proxy cache (or CDN).
Whether the project is forcing HTTPS.
Whether caching is enabled for the project.
List of cache rules that override the default cache settings.
Whether the cache override is enabled.
The name of the cookie that edgee will use to store the session ID.
The domain of the cookie that edgee will use to store the session ID.
Whether the Edgee will only proxy requests to the origin without any computing.
A regular expression that matches the path of the request to be proxied only.
Whether Edgee should inject the SDK into the html content.
The position of the SDK injection.
prepend
, append
Whether the Edgee should use a cookieless session.
Configuration for automatic event capture by the Edgee SDK.
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
List of trusted IPs that can access the project.
Whether the project is password protected.
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
List of cookies that are allowed to be set by the project.
List of headers that are forwarded to the origin.
List of rate limiting rules for the project.
Whether rate limiting is enabled for the project.