provider llm_skills POST /api/projects/{project_id}/llm_skills/marketplace/install-command/
@utdk/posthog /api/projects/{project_id}/llm_skills/marketplace/install-command/
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.
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
llmSkillsMarketplaceInstallCommandCreate
POST/api/projects/{project_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

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

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