Servers
Save a server into a project
Creates a saved MCP server and responds 201 with its detail. This is the provisioning entry point: every eval, host and environment route addresses servers that were created here. Names are unique per workspace, so a clash responds 409 rather than silently returning the existing row. Secret-bearing fields (env, headers, clientSecret) are encrypted at rest and never returned by any read.
post/projects/{projectId}/servers
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
Request body
Response
The server was created.