provider mcp_server_installations POST /api/environments/{environment_id}/mcp_server_installations/{id}/proxy/
@utdk/posthog /api/environments/{environment_id}/mcp_server_installations/{id}/proxy/
environments_mcp_server_installations_proxy_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this mcp server installation.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsMcpServerInstallationsProxyCreate
POST/api/environments/{environment_id}/mcp_server_installations/{id}/proxy/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A UUID string identifying this mcp server installation.

Input

required
required
required
required

Lowercase key from the linked template for brand icons. Empty if custom install (no template).

* `api_key` - API Key * `oauth` - OAuth

required
required

True when the requesting user owns this installation. Lets clients gate owner-only controls instead of surfacing 403s.

required
required
required
required

Number of live (non-removed) tools exposed by this installation.

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsMcpServerInstallationsProxyCreate()