[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-meta-webhook-setup":3,"mdc--cvamy-key":33,"related-org-meta-webhook-setup":475,"related-repo-meta-webhook-setup":669},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":23,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"webhook-setup","configure webhooks for Meta apps","Set up webhooks for a Meta app end-to-end — discover available topics, subscribe to fields, and verify with a test payload. Use when configuring webhooks for the first time or adding new subscriptions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"meta","Meta Open Source","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmeta.png","facebook",[13,17,20],{"name":14,"slug":15,"type":16},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"API Development","api-development",{"name":21,"slug":22,"type":16},"Webhooks","webhooks",0,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fagentic-tools","2026-07-14T05:51:57.724323","MIT",[],{"repoUrl":24,"stars":23,"forks":23,"topics":29,"description":30},[],"Agentic tools plugin and skills","https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fagentic-tools\u002Ftree\u002FHEAD\u002Fplugins\u002Fdevtools\u002Fskills\u002Fwebhook-setup","---\nname: webhook-setup\ndescription: \"Set up webhooks for a Meta app end-to-end — discover available topics, subscribe to fields, and verify with a test payload. Use when configuring webhooks for the first time or adding new subscriptions.\"\nallowed-tools: mcp__devtools__devtools_webhook_list, mcp__devtools__devtools_webhook_manage, mcp__devtools__devtools_webhook_test, mcp__devtools__devtools_app_list\nlicense: MIT\n---\n\n# Webhook Setup\n\nInteractive wizard to configure webhooks on a Meta app from scratch.\n\n## Workflow\n\n1. **Identify the app.** Ask the user for the app **name or ID**. If they give a name (or aren't sure of the ID), call `devtools_app_list` (action `list`) and resolve it to an `app_id` — match the name case-insensitively. If several apps match or it's ambiguous, show the candidates (name, ID, viewer role) and ask the user to pick. If they give a numeric ID, use it directly.\n\n2. **Check existing state.** Run in parallel:\n   - `devtools_webhook_list` with action `list_topics` — show all available webhook topics\n   - `devtools_webhook_list` with action `list_subscriptions` — show what's already subscribed\n\n3. **Present the options.** Show the user:\n   - Available topics (e.g., `page`, `user`, `instagram`, `whatsapp_business_account`)\n   - Which topics already have active subscriptions\n   - For each topic, list the subscribable fields\n\n4. **Collect subscription details.** Ask the user for:\n   - **Topic** — which webhook topic to subscribe to\n   - **Fields** — which fields within that topic (e.g., `feed`, `messages`)\n   - **Callback URL** — their HTTPS endpoint (must be live and pass Meta's verification challenge)\n   - **Verify token** — the token their server expects for the verification handshake\n\n5. **Subscribe.** Call `devtools_webhook_manage` with action `subscribe`:\n   - Pass `topic`, `fields`, `callback_url`, `verify_token`\n   - If the subscription fails, explain the likely cause:\n     - Callback URL not reachable → server must be running and publicly accessible\n     - Verification failed → verify token mismatch or endpoint not responding to GET challenge\n     - Invalid fields → check field names against the topic's available fields\n\n6. **Verify with a test payload.** After successful subscription:\n   - Call `devtools_webhook_test` with action `test_send` for one of the subscribed fields\n   - Confirm whether the test payload was delivered\n   - If test fails, suggest checking server logs and endpoint configuration\n\n7. **Summary.** Show the final state:\n   - Topic and fields subscribed\n   - Callback URL configured\n   - Test result (success\u002Ffailure)\n\n## Tips\n\n- If the user wants to modify an existing subscription (add\u002Fremove fields), use `devtools_webhook_manage` with action `update_fields` instead of unsubscribe + resubscribe.\n- Always verify after subscribing — a successful subscribe call doesn't guarantee payloads will be delivered correctly.\n- Remind users that their callback URL must handle both the GET verification challenge and POST event payloads.\n",{"data":34,"body":36},{"name":4,"description":6,"allowed-tools":35,"license":26},"mcp__devtools__devtools_webhook_list, mcp__devtools__devtools_webhook_manage, mcp__devtools__devtools_webhook_test, mcp__devtools__devtools_app_list",{"type":37,"children":38},"root",[39,47,53,60,437,443],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","Webhook Setup",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Interactive wizard to configure webhooks on a Meta app from scratch.",{"type":40,"tag":54,"props":55,"children":57},"h2",{"id":56},"workflow",[58],{"type":45,"value":59},"Workflow",{"type":40,"tag":61,"props":62,"children":63},"ol",{},[64,108,158,216,283,366,409],{"type":40,"tag":65,"props":66,"children":67},"li",{},[68,74,76,81,83,90,92,98,100,106],{"type":40,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":45,"value":73},"Identify the app.",{"type":45,"value":75}," Ask the user for the app ",{"type":40,"tag":69,"props":77,"children":78},{},[79],{"type":45,"value":80},"name or ID",{"type":45,"value":82},". If they give a name (or aren't sure of the ID), call ",{"type":40,"tag":84,"props":85,"children":87},"code",{"className":86},[],[88],{"type":45,"value":89},"devtools_app_list",{"type":45,"value":91}," (action ",{"type":40,"tag":84,"props":93,"children":95},{"className":94},[],[96],{"type":45,"value":97},"list",{"type":45,"value":99},") and resolve it to an ",{"type":40,"tag":84,"props":101,"children":103},{"className":102},[],[104],{"type":45,"value":105},"app_id",{"type":45,"value":107}," — match the name case-insensitively. If several apps match or it's ambiguous, show the candidates (name, ID, viewer role) and ask the user to pick. If they give a numeric ID, use it directly.",{"type":40,"tag":65,"props":109,"children":110},{},[111,116,118],{"type":40,"tag":69,"props":112,"children":113},{},[114],{"type":45,"value":115},"Check existing state.",{"type":45,"value":117}," Run in parallel:",{"type":40,"tag":119,"props":120,"children":121},"ul",{},[122,141],{"type":40,"tag":65,"props":123,"children":124},{},[125,131,133,139],{"type":40,"tag":84,"props":126,"children":128},{"className":127},[],[129],{"type":45,"value":130},"devtools_webhook_list",{"type":45,"value":132}," with action ",{"type":40,"tag":84,"props":134,"children":136},{"className":135},[],[137],{"type":45,"value":138},"list_topics",{"type":45,"value":140}," — show all available webhook topics",{"type":40,"tag":65,"props":142,"children":143},{},[144,149,150,156],{"type":40,"tag":84,"props":145,"children":147},{"className":146},[],[148],{"type":45,"value":130},{"type":45,"value":132},{"type":40,"tag":84,"props":151,"children":153},{"className":152},[],[154],{"type":45,"value":155},"list_subscriptions",{"type":45,"value":157}," — show what's already subscribed",{"type":40,"tag":65,"props":159,"children":160},{},[161,166,168],{"type":40,"tag":69,"props":162,"children":163},{},[164],{"type":45,"value":165},"Present the options.",{"type":45,"value":167}," Show the user:",{"type":40,"tag":119,"props":169,"children":170},{},[171,206,211],{"type":40,"tag":65,"props":172,"children":173},{},[174,176,182,184,190,191,197,198,204],{"type":45,"value":175},"Available topics (e.g., ",{"type":40,"tag":84,"props":177,"children":179},{"className":178},[],[180],{"type":45,"value":181},"page",{"type":45,"value":183},", ",{"type":40,"tag":84,"props":185,"children":187},{"className":186},[],[188],{"type":45,"value":189},"user",{"type":45,"value":183},{"type":40,"tag":84,"props":192,"children":194},{"className":193},[],[195],{"type":45,"value":196},"instagram",{"type":45,"value":183},{"type":40,"tag":84,"props":199,"children":201},{"className":200},[],[202],{"type":45,"value":203},"whatsapp_business_account",{"type":45,"value":205},")",{"type":40,"tag":65,"props":207,"children":208},{},[209],{"type":45,"value":210},"Which topics already have active subscriptions",{"type":40,"tag":65,"props":212,"children":213},{},[214],{"type":45,"value":215},"For each topic, list the subscribable fields",{"type":40,"tag":65,"props":217,"children":218},{},[219,224,226],{"type":40,"tag":69,"props":220,"children":221},{},[222],{"type":45,"value":223},"Collect subscription details.",{"type":45,"value":225}," Ask the user for:",{"type":40,"tag":119,"props":227,"children":228},{},[229,239,263,273],{"type":40,"tag":65,"props":230,"children":231},{},[232,237],{"type":40,"tag":69,"props":233,"children":234},{},[235],{"type":45,"value":236},"Topic",{"type":45,"value":238}," — which webhook topic to subscribe to",{"type":40,"tag":65,"props":240,"children":241},{},[242,247,249,255,256,262],{"type":40,"tag":69,"props":243,"children":244},{},[245],{"type":45,"value":246},"Fields",{"type":45,"value":248}," — which fields within that topic (e.g., ",{"type":40,"tag":84,"props":250,"children":252},{"className":251},[],[253],{"type":45,"value":254},"feed",{"type":45,"value":183},{"type":40,"tag":84,"props":257,"children":259},{"className":258},[],[260],{"type":45,"value":261},"messages",{"type":45,"value":205},{"type":40,"tag":65,"props":264,"children":265},{},[266,271],{"type":40,"tag":69,"props":267,"children":268},{},[269],{"type":45,"value":270},"Callback URL",{"type":45,"value":272}," — their HTTPS endpoint (must be live and pass Meta's verification challenge)",{"type":40,"tag":65,"props":274,"children":275},{},[276,281],{"type":40,"tag":69,"props":277,"children":278},{},[279],{"type":45,"value":280},"Verify token",{"type":45,"value":282}," — the token their server expects for the verification handshake",{"type":40,"tag":65,"props":284,"children":285},{},[286,291,293,299,300,306,308],{"type":40,"tag":69,"props":287,"children":288},{},[289],{"type":45,"value":290},"Subscribe.",{"type":45,"value":292}," Call ",{"type":40,"tag":84,"props":294,"children":296},{"className":295},[],[297],{"type":45,"value":298},"devtools_webhook_manage",{"type":45,"value":132},{"type":40,"tag":84,"props":301,"children":303},{"className":302},[],[304],{"type":45,"value":305},"subscribe",{"type":45,"value":307},":",{"type":40,"tag":119,"props":309,"children":310},{},[311,343],{"type":40,"tag":65,"props":312,"children":313},{},[314,316,322,323,329,330,336,337],{"type":45,"value":315},"Pass ",{"type":40,"tag":84,"props":317,"children":319},{"className":318},[],[320],{"type":45,"value":321},"topic",{"type":45,"value":183},{"type":40,"tag":84,"props":324,"children":326},{"className":325},[],[327],{"type":45,"value":328},"fields",{"type":45,"value":183},{"type":40,"tag":84,"props":331,"children":333},{"className":332},[],[334],{"type":45,"value":335},"callback_url",{"type":45,"value":183},{"type":40,"tag":84,"props":338,"children":340},{"className":339},[],[341],{"type":45,"value":342},"verify_token",{"type":40,"tag":65,"props":344,"children":345},{},[346,348],{"type":45,"value":347},"If the subscription fails, explain the likely cause:\n",{"type":40,"tag":119,"props":349,"children":350},{},[351,356,361],{"type":40,"tag":65,"props":352,"children":353},{},[354],{"type":45,"value":355},"Callback URL not reachable → server must be running and publicly accessible",{"type":40,"tag":65,"props":357,"children":358},{},[359],{"type":45,"value":360},"Verification failed → verify token mismatch or endpoint not responding to GET challenge",{"type":40,"tag":65,"props":362,"children":363},{},[364],{"type":45,"value":365},"Invalid fields → check field names against the topic's available fields",{"type":40,"tag":65,"props":367,"children":368},{},[369,374,376],{"type":40,"tag":69,"props":370,"children":371},{},[372],{"type":45,"value":373},"Verify with a test payload.",{"type":45,"value":375}," After successful subscription:",{"type":40,"tag":119,"props":377,"children":378},{},[379,399,404],{"type":40,"tag":65,"props":380,"children":381},{},[382,384,390,391,397],{"type":45,"value":383},"Call ",{"type":40,"tag":84,"props":385,"children":387},{"className":386},[],[388],{"type":45,"value":389},"devtools_webhook_test",{"type":45,"value":132},{"type":40,"tag":84,"props":392,"children":394},{"className":393},[],[395],{"type":45,"value":396},"test_send",{"type":45,"value":398}," for one of the subscribed fields",{"type":40,"tag":65,"props":400,"children":401},{},[402],{"type":45,"value":403},"Confirm whether the test payload was delivered",{"type":40,"tag":65,"props":405,"children":406},{},[407],{"type":45,"value":408},"If test fails, suggest checking server logs and endpoint configuration",{"type":40,"tag":65,"props":410,"children":411},{},[412,417,419],{"type":40,"tag":69,"props":413,"children":414},{},[415],{"type":45,"value":416},"Summary.",{"type":45,"value":418}," Show the final state:",{"type":40,"tag":119,"props":420,"children":421},{},[422,427,432],{"type":40,"tag":65,"props":423,"children":424},{},[425],{"type":45,"value":426},"Topic and fields subscribed",{"type":40,"tag":65,"props":428,"children":429},{},[430],{"type":45,"value":431},"Callback URL configured",{"type":40,"tag":65,"props":433,"children":434},{},[435],{"type":45,"value":436},"Test result (success\u002Ffailure)",{"type":40,"tag":54,"props":438,"children":440},{"id":439},"tips",[441],{"type":45,"value":442},"Tips",{"type":40,"tag":119,"props":444,"children":445},{},[446,465,470],{"type":40,"tag":65,"props":447,"children":448},{},[449,451,456,457,463],{"type":45,"value":450},"If the user wants to modify an existing subscription (add\u002Fremove fields), use ",{"type":40,"tag":84,"props":452,"children":454},{"className":453},[],[455],{"type":45,"value":298},{"type":45,"value":132},{"type":40,"tag":84,"props":458,"children":460},{"className":459},[],[461],{"type":45,"value":462},"update_fields",{"type":45,"value":464}," instead of unsubscribe + resubscribe.",{"type":40,"tag":65,"props":466,"children":467},{},[468],{"type":45,"value":469},"Always verify after subscribing — a successful subscribe call doesn't guarantee payloads will be delivered correctly.",{"type":40,"tag":65,"props":471,"children":472},{},[473],{"type":45,"value":474},"Remind users that their callback URL must handle both the GET verification challenge and POST event payloads.",{"items":476,"total":668},[477,501,515,536,557,574,585,605,618,633,645,655],{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":498,"repoUrl":499,"updatedAt":500},"relay-best-practices","write idiomatic Relay code","Best practices for writing idiomatic Relay code. ALWAYS use this skill when writing or modifying React components that use Relay for data fetching. Covers fragments, queries, mutations, pagination, and common anti-patterns. Use when you see `useFragment`, `useLazyLoadQuery`, `usePreloadedQuery`, `useMutation`, `usePaginationFragment`, `graphql` template literals, `react-relay` imports, or `__generated__\u002F*.graphql` files. Also use when asked to explain Relay concepts, debug Relay issues, or review Relay code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[483,486,489,492,495],{"name":484,"slug":485,"type":16},"Engineering","engineering",{"name":487,"slug":488,"type":16},"Frontend","frontend",{"name":490,"slug":491,"type":16},"GraphQL","graphql",{"name":493,"slug":494,"type":16},"React","react",{"name":496,"slug":497,"type":16},"Relay","relay",18950,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Frelay","2026-04-22T04:58:15.370563",{"slug":502,"name":502,"fn":503,"description":504,"org":505,"tags":506,"stars":498,"repoUrl":499,"updatedAt":514},"relay-performance","optimize Relay application performance","Performance best practices for Relay applications. Use when optimizing data fetching, reducing re-renders, configuring caching, or improving time to first meaningful paint. Covers query placement, @defer, pagination, fetch policies, garbage collection, fragment granularity, and server-side filtering. Companion to the relay-best-practices skill which covers correctness and architecture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[507,508,509,512,513],{"name":487,"slug":488,"type":16},{"name":490,"slug":491,"type":16},{"name":510,"slug":511,"type":16},"Performance","performance",{"name":493,"slug":494,"type":16},{"name":496,"slug":497,"type":16},"2026-06-10T07:30:28.726513",{"slug":516,"name":516,"fn":517,"description":518,"org":519,"tags":520,"stars":533,"repoUrl":534,"updatedAt":535},"add-shape-types-to-torch-model","annotate PyTorch models with tensor shapes","Port a PyTorch model to use pyrefly's tensor shape type system (Tensor[[B, C, H, W]], Int[T]). Use this skill whenever the user wants to add shape annotations to a PyTorch model, type a model with tensor dimensions, port a model to use shape tracking, or annotate model forward methods with tensor shapes. Also use when the user mentions tensor shape ports, Int types for PyTorch, or pyrefly shape checking on a model file. Invoke BEFORE starting any model port — the skill's gated workflow prevents common failure modes.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[521,524,527,530],{"name":522,"slug":523,"type":16},"Data Modeling","data-modeling",{"name":525,"slug":526,"type":16},"Deep Learning","deep-learning",{"name":528,"slug":529,"type":16},"Python","python",{"name":531,"slug":532,"type":16},"PyTorch","pytorch",6833,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fpyrefly","2026-07-18T05:12:08.515952",{"slug":537,"name":537,"fn":538,"description":539,"org":540,"tags":541,"stars":554,"repoUrl":555,"updatedAt":556},"camera-streaming","configure camera streaming and photo capture","Stream, video frames, photo capture, resolution\u002Fframe rate configuration",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[542,545,548,551],{"name":543,"slug":544,"type":16},"Camera","camera",{"name":546,"slug":547,"type":16},"Hardware","hardware",{"name":549,"slug":550,"type":16},"iOS","ios",{"name":552,"slug":553,"type":16},"Video","video",488,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fmeta-wearables-dat-ios","2026-05-15T06:14:43.555881",{"slug":558,"name":558,"fn":559,"description":560,"org":561,"tags":562,"stars":554,"repoUrl":555,"updatedAt":573},"dat-conventions","develop iOS applications with DAT SDK","Swift patterns, async\u002Fawait, naming conventions, key types for DAT SDK iOS development",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[563,564,567,570],{"name":549,"slug":550,"type":16},{"name":565,"slug":566,"type":16},"Mobile","mobile",{"name":568,"slug":569,"type":16},"SDK","sdk",{"name":571,"slug":572,"type":16},"Swift","swift","2026-05-15T06:14:42.334435",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":554,"repoUrl":555,"updatedAt":584},"debugging","debug wearable device software","Common issues, Developer Mode, version compatibility, state machine diagnosis",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[580,582,583],{"name":581,"slug":575,"type":16},"Debugging",{"name":484,"slug":485,"type":16},{"name":549,"slug":550,"type":16},"2026-05-15T06:14:38.626606",{"slug":586,"name":586,"fn":587,"description":588,"org":589,"tags":590,"stars":554,"repoUrl":555,"updatedAt":604},"display-access","manage display capabilities on wearable devices","Display capability setup, display-capable device selection, UI DSL, icons, buttons, images, and video playback",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[591,594,597,600,603],{"name":592,"slug":593,"type":16},"Design","design",{"name":595,"slug":596,"type":16},"Images","images",{"name":598,"slug":599,"type":16},"Interaction","interaction",{"name":601,"slug":602,"type":16},"UI Components","ui-components",{"name":552,"slug":553,"type":16},"2026-05-15T06:14:39.844502",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":554,"repoUrl":555,"updatedAt":617},"getting-started","set up Meta wearable SDK integration","SDK setup, Swift Package Manager integration, Info.plist configuration, and first connection to Meta glasses",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[611,614,615,616],{"name":612,"slug":613,"type":16},"Configuration","configuration",{"name":549,"slug":550,"type":16},{"name":568,"slug":569,"type":16},{"name":571,"slug":572,"type":16},"2026-05-15T06:14:41.086639",{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":554,"repoUrl":555,"updatedAt":632},"mockdevice-testing","test wearable apps with mock devices","MockDeviceKit for testing without physical glasses hardware",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[624,625,626,629],{"name":549,"slug":550,"type":16},{"name":565,"slug":566,"type":16},{"name":627,"slug":628,"type":16},"QA","qa",{"name":630,"slug":631,"type":16},"Testing","testing","2026-05-15T06:14:37.406692",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":554,"repoUrl":555,"updatedAt":644},"permissions-registration","register apps with Meta AI","App registration with Meta AI, camera permission flows",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[639,640,641],{"name":543,"slug":544,"type":16},{"name":549,"slug":550,"type":16},{"name":642,"slug":643,"type":16},"Permissions","permissions","2026-05-15T06:14:46.030253",{"slug":646,"name":646,"fn":647,"description":648,"org":649,"tags":650,"stars":554,"repoUrl":555,"updatedAt":654},"sample-app-guide","build wearable apps with camera streaming","Building a complete DAT app with camera streaming and photo capture",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[651,652,653],{"name":543,"slug":544,"type":16},{"name":549,"slug":550,"type":16},{"name":565,"slug":566,"type":16},"2026-05-15T06:14:36.185947",{"slug":656,"name":656,"fn":657,"description":658,"org":659,"tags":660,"stars":554,"repoUrl":555,"updatedAt":667},"session-lifecycle","monitor device session lifecycle states","Device session states, pause\u002Fresume, availability monitoring",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[661,662,663,666],{"name":549,"slug":550,"type":16},{"name":565,"slug":566,"type":16},{"name":664,"slug":665,"type":16},"Monitoring","monitoring",{"name":510,"slug":511,"type":16},"2026-05-15T06:14:44.790925",27,{"items":670,"total":765},[671,683,697,714,728,741,751],{"slug":672,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":23,"repoUrl":24,"updatedAt":682},"api-health","monitor API health for Meta apps","Monitor API health for a Meta app — check rate limits, call volume, and API deprecations. Use whenever a user asks whether their app is being throttled, is near its rate limits, how much of its call volume or quota is being used, or about deprecated Graph API versions. Prefer this skill over calling devtools_api_usage directly — it resolves the app, pulls rate limits, call volume, and deprecations together, and applies the warning\u002Fthrottle thresholds and standard report format that ad-hoc tool calls miss.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[677,678,679],{"name":18,"slug":19,"type":16},{"name":664,"slug":665,"type":16},{"name":680,"slug":681,"type":16},"Observability","observability","2026-07-31T05:52:25.572894",{"slug":684,"name":684,"fn":685,"description":686,"org":687,"tags":688,"stars":23,"repoUrl":24,"updatedAt":696},"api-integration","set up Meta API integrations","Guide a developer through setting up a Meta API integration from scratch — discovers the right APIs, fetches setup guides, authentication requirements, permissions, and code examples. Use when the user wants to build with a specific Meta product (WhatsApp, Instagram, Messenger, Pages, Ads, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[689,690,693],{"name":18,"slug":19,"type":16},{"name":691,"slug":692,"type":16},"Documentation","documentation",{"name":694,"slug":695,"type":16},"Integrations","integrations","2026-07-14T05:52:01.492409",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":23,"repoUrl":24,"updatedAt":713},"app-health-check","audit Meta app health and compliance","Run a comprehensive health check on a Meta app — audits settings, security, compliance, app review status, rate limits, and API deprecations in one pass. Use when you want a full picture of an app's current state.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[703,706,709,710],{"name":704,"slug":705,"type":16},"Audit","audit",{"name":707,"slug":708,"type":16},"Compliance","compliance",{"name":680,"slug":681,"type":16},{"name":711,"slug":712,"type":16},"Security","security","2026-07-14T05:52:02.758097",{"slug":715,"name":715,"fn":716,"description":717,"org":718,"tags":719,"stars":23,"repoUrl":24,"updatedAt":727},"app-review-prep","prepare Meta apps for App Review","Prepare a Meta app for App Review — checks current status, outstanding requirements, granted privileges, and submission history. Use before submitting an app for review.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[720,721,724],{"name":707,"slug":708,"type":16},{"name":722,"slug":723,"type":16},"Deployment","deployment",{"name":725,"slug":726,"type":16},"Operations","operations","2026-07-14T05:52:00.233172",{"slug":729,"name":729,"fn":730,"description":731,"org":732,"tags":733,"stars":23,"repoUrl":24,"updatedAt":740},"compliance-check","check compliance status for Meta apps","Check compliance status for a Meta app — surfaces open required actions, active violations, and recommendations with remediation guidance. Use to audit compliance posture or resolve compliance blockers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[734,735,736,739],{"name":704,"slug":705,"type":16},{"name":707,"slug":708,"type":16},{"name":737,"slug":738,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":711,"slug":712,"type":16},"2026-07-14T05:52:04.015719",{"slug":742,"name":742,"fn":743,"description":744,"org":745,"tags":746,"stars":23,"repoUrl":24,"updatedAt":750},"debug-webhooks","troubleshoot Meta app webhooks","Troubleshoot webhook issues for a Meta app — inspect active subscriptions, identify misconfiguration, and send test payloads to verify delivery. Use when webhooks aren't working as expected.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[747,748,749],{"name":18,"slug":19,"type":16},{"name":581,"slug":575,"type":16},{"name":21,"slug":22,"type":16},"2026-07-21T05:38:38.458938",{"slug":752,"name":752,"fn":753,"description":754,"org":755,"tags":756,"stars":23,"repoUrl":24,"updatedAt":764},"search-docs","search Meta developer documentation","Search Meta developer documentation for API guides, references, and tutorials. Use when looking up how a Meta API works, finding integration guides, or exploring platform capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[757,758,761],{"name":691,"slug":692,"type":16},{"name":759,"slug":760,"type":16},"Reference","reference",{"name":762,"slug":763,"type":16},"Search","search","2026-07-14T05:51:56.473063",8]