Files
posthog.com/contents/docs/components/AgentIntegrationSection.mdx
2025-07-22 06:44:01 +01:00

14 lines
437 B
Plaintext

---
props:
framework: string
---
## Beta: integration via LLM
<p>Install PostHog for {props.framework} in seconds with our wizard by running this prompt with <a href="/blog/envoy-wizard-llm-agent">LLM coding agents</a> like Cursor and Bolt, or by running it in your terminal. </p>
import AgentPrompt from "../integrate/_snippets/agent-prompt.mdx"
<AgentPrompt />
Or, to integrate manually, continue with the rest of this guide.