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

**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. Hand the returned "guide" text straight to a web designer or their AI. system: notepads, email, documents, forms, scheduling, order-forms, stripe, docusign, voice-agent, voice-agent-outbound, outgoing-webhook, native-integrations. Call list_website_integration_guides to see them all.

## Parameters

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

## Request example

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

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