provider llm_skills GET /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_retrieve
Report whether the user already has a marketplace credential, without minting one. The token is unrecoverable, so an existing credential returns its mask only — the UI shows "already connected, existing setups keep working" and offers an explicit rotate.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmSkillsMarketplaceInstallCommandRetrieve
GET/api/environments/{environment_id}/llm_skills/marketplace/install-command/
Report whether the user already has a marketplace credential, without minting one. The token is unrecoverable, so an existing credential returns its mask only — the UI shows "already connected, existing setups keep working" and offers an explicit rotate.

Parameters

required

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

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.environmentsLlmSkillsMarketplaceInstallCommandRetrieve()