# GET /websites/:website_id/integration-guides/:system

**Resource:** [Websites](./websites.md)  
**MCP tool:** `get_website_integration_guide`  
**Scopes:** `websites:read`  
**Write operation:** no

Get the full copy-paste guide for wiring one TrustPager system into a website, pre-filled with this site's real site_key + slug (and its Turnstile Site Key, if Bot Protection is on). Hand the returned "guide" text straight to a web designer or their AI. system: notepads, email, documents, forms, scheduling, order-forms, stripe, ecommerce, docusign, voice-agent, voice-agent-outbound, outgoing-webhook, native-integrations, turnstile. Call list_website_integration_guides to see them all.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |
| `system` | path | string | yes | Which system to integrate: notepads \| email \| documents \| forms \| scheduling \| order-forms \| stripe \| ecommerce \| docusign \| voice-agent \| voice-agent-outbound \| outgoing-webhook \| native-integrations \| turnstile. |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id/integration-guides/:system"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`