Examples for the Meraki.Api NuGet package.
| Example | Type | What it shows |
|---|---|---|
| McpQuery | Console | Asking the Cisco Meraki MCP server a question in plain English, then executing the Dashboard API capability it recommends. Also shows why writes go through the REST client instead. |
| DeviceInventory | Web | Listing devices and configuration changes for an organization. |
| InventoryDevices | Web | Listing inventory devices for an organization. |
None of these examples contain a Meraki Dashboard API key, and none should. Use user secrets or environment variables — see each example's own README.