provider llm_skills POST /api/environments/{environment_id}/llm_skills/marketplace/install-command/
@utdk/posthog /api/environments/{environment_id}/llm_skills/marketplace/install-command/
environments_llm_skills_marketplace_install_command_create
Mint the user's read-only marketplace credential (or rotate it) and return the install command. Per-user: rotating only ever invalidates this user's own credential, never a teammate's.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmSkillsMarketplaceInstallCommandCreate
POST/api/environments/{environment_id}/llm_skills/marketplace/install-command/
Mint the user's read-only marketplace credential (or rotate it) and return the install command. Per-user: rotating only ever invalidates this user's own credential, never a teammate's.

Parameters

required

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

Input

Roll the existing marketplace credential to issue a fresh token, replacing the old one (this invalidates any setup using the previous token). Ignored when no credential exists yet — the first call always mints one. Only affects this user's own credential.

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.environmentsLlmSkillsMarketplaceInstallCommandCreate({
  "rotate": false
})