> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# VS Code / GitHub Copilot

VS Code and GitHub Copilot are useful for SDK implementation, API signing, and partner backend integration.

<h2 id="recommended-setup">
  Recommended setup
</h2>

| Need                      | Setup                    |
| ------------------------- | ------------------------ |
| Editor-integrated context | Local MCP when supported |
| Terminal verification     | 6MM CLI                  |
| Team workflow templates   | Agentic Skills           |

<h2 id="example-prompts">
  Example prompts
</h2>

```text
Use 6MM to explain how embed tokens should be created server-side.
```

```text
Use 6MM to generate test cases for request signing.
```

<h2 id="security-notes">
  Security notes
</h2>

Do not place API secrets in frontend code, extension settings committed to source control, or shared workspace files.