[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-meta-api-health":3,"mdc-wedbow-key":33,"related-org-meta-api-health":492,"related-repo-meta-api-health":684},{"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},"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},"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},"Observability","observability","tag",{"name":18,"slug":19,"type":16},"Monitoring","monitoring",{"name":21,"slug":22,"type":16},"API Development","api-development",0,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fagentic-tools","2026-07-31T05:52:25.572894","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\u002Fapi-health","---\nname: api-health\ndescription: \"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.\"\nallowed-tools: mcp__devtools__devtools_api_usage, mcp__devtools__devtools_app_list\nlicense: MIT\n---\n\n# API Health\n\nMonitor API usage, rate limits, and deprecations for a Meta app.\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. **Collect API health data in parallel:**\n   - `devtools_api_usage` with action `rate_limits` — current rate limit status per metric\n   - `devtools_api_usage` with action `call_volume` — total calls vs quota\n   - `devtools_api_usage` with action `deprecations` — deprecated APIs and migration guides\n\n3. **Analyze and report:**\n\n   ### Report Format\n\n   **Rate Limits**\n   - Overall status: healthy \u002F warning \u002F throttled\n   - Per-metric breakdown with usage percentages\n   - Effective users count (DAU\u002FWAU\u002FMAU aggregate)\n   - Flag any metric above 80% as a warning, above 100% as critical\n\n   **Call Volume**\n   - Total calls and quota\n   - Usage rate (calls\u002Fquota ratio)\n   - Flag if usage_rate > 0.8 as approaching limit, > 1.0 as throttled\n   - If the user provided an endpoint filter, show filtered results\n\n   **API Deprecations**\n   - Latest platform version\n   - Each deprecation with: type, name, severity, and recommendation\n   - Link to migration guides where available\n\n   **Action Items**\n   - Prioritized by severity:\n     1. Throttled rate limits (immediate action needed)\n     2. High-severity deprecations (migration required)\n     3. Warning-level rate limits (monitor or optimize)\n     4. Low-severity deprecations (plan for future)\n\n4. **Offer deeper investigation** based on findings:\n   - If throttled: offer to check call volume for specific endpoints (`endpoint` param) to find the hot path\n   - If deprecations found: offer to search docs (`\u002Fsearch-docs`) for migration guides\n   - If healthy: suggest setting up a monitoring cadence\n\n## Advanced Usage\n\n### Check specific endpoint volume\nIf the user wants to investigate a specific API endpoint, call `devtools_api_usage` with action `call_volume` and pass the `endpoint` parameter (e.g., `\u002Fme\u002Ffeed`) to filter results to that path.\n\n### Custom lookback window\nThe `lookback_minutes` parameter controls the time range (default: 1440 = 1 day):\n- Last hour: `lookback_minutes` = 60\n- Last week: `lookback_minutes` = 10080\n- Last 30 days: `lookback_minutes` = 43200\n\n## Tips\n\n- Rate limit thresholds: 80% = warning, 100% = throttled. These are based on usage_percentage in the rate_limits response.\n- A usage_rate > 1.0 in call_volume means the app is actively being throttled.\n- Deprecation severity matters — high-severity items may break on the next platform version upgrade.\n- Suggest the user checks API health regularly, especially before and after deploying changes that increase API call volume.\n",{"data":34,"body":36},{"name":4,"description":6,"allowed-tools":35,"license":26},"mcp__devtools__devtools_api_usage, mcp__devtools__devtools_app_list",{"type":37,"children":38},"root",[39,47,53,60,360,366,372,405,411,424,463,469],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","API Health",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Monitor API usage, rate limits, and deprecations for a Meta app.",{"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,173,316],{"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],{"type":40,"tag":69,"props":112,"children":113},{},[114],{"type":45,"value":115},"Collect API health data in parallel:",{"type":40,"tag":117,"props":118,"children":119},"ul",{},[120,139,156],{"type":40,"tag":65,"props":121,"children":122},{},[123,129,131,137],{"type":40,"tag":84,"props":124,"children":126},{"className":125},[],[127],{"type":45,"value":128},"devtools_api_usage",{"type":45,"value":130}," with action ",{"type":40,"tag":84,"props":132,"children":134},{"className":133},[],[135],{"type":45,"value":136},"rate_limits",{"type":45,"value":138}," — current rate limit status per metric",{"type":40,"tag":65,"props":140,"children":141},{},[142,147,148,154],{"type":40,"tag":84,"props":143,"children":145},{"className":144},[],[146],{"type":45,"value":128},{"type":45,"value":130},{"type":40,"tag":84,"props":149,"children":151},{"className":150},[],[152],{"type":45,"value":153},"call_volume",{"type":45,"value":155}," — total calls vs quota",{"type":40,"tag":65,"props":157,"children":158},{},[159,164,165,171],{"type":40,"tag":84,"props":160,"children":162},{"className":161},[],[163],{"type":45,"value":128},{"type":45,"value":130},{"type":40,"tag":84,"props":166,"children":168},{"className":167},[],[169],{"type":45,"value":170},"deprecations",{"type":45,"value":172}," — deprecated APIs and migration guides",{"type":40,"tag":65,"props":174,"children":175},{},[176,181,188,192,197,220,223,228,251,254,259,277,280,285],{"type":40,"tag":69,"props":177,"children":178},{},[179],{"type":45,"value":180},"Analyze and report:",{"type":40,"tag":182,"props":183,"children":185},"h3",{"id":184},"report-format",[186],{"type":45,"value":187},"Report Format",{"type":40,"tag":189,"props":190,"children":191},"br",{},[],{"type":40,"tag":69,"props":193,"children":194},{},[195],{"type":45,"value":196},"Rate Limits",{"type":40,"tag":117,"props":198,"children":199},{},[200,205,210,215],{"type":40,"tag":65,"props":201,"children":202},{},[203],{"type":45,"value":204},"Overall status: healthy \u002F warning \u002F throttled",{"type":40,"tag":65,"props":206,"children":207},{},[208],{"type":45,"value":209},"Per-metric breakdown with usage percentages",{"type":40,"tag":65,"props":211,"children":212},{},[213],{"type":45,"value":214},"Effective users count (DAU\u002FWAU\u002FMAU aggregate)",{"type":40,"tag":65,"props":216,"children":217},{},[218],{"type":45,"value":219},"Flag any metric above 80% as a warning, above 100% as critical",{"type":40,"tag":189,"props":221,"children":222},{},[],{"type":40,"tag":69,"props":224,"children":225},{},[226],{"type":45,"value":227},"Call Volume",{"type":40,"tag":117,"props":229,"children":230},{},[231,236,241,246],{"type":40,"tag":65,"props":232,"children":233},{},[234],{"type":45,"value":235},"Total calls and quota",{"type":40,"tag":65,"props":237,"children":238},{},[239],{"type":45,"value":240},"Usage rate (calls\u002Fquota ratio)",{"type":40,"tag":65,"props":242,"children":243},{},[244],{"type":45,"value":245},"Flag if usage_rate > 0.8 as approaching limit, > 1.0 as throttled",{"type":40,"tag":65,"props":247,"children":248},{},[249],{"type":45,"value":250},"If the user provided an endpoint filter, show filtered results",{"type":40,"tag":189,"props":252,"children":253},{},[],{"type":40,"tag":69,"props":255,"children":256},{},[257],{"type":45,"value":258},"API Deprecations",{"type":40,"tag":117,"props":260,"children":261},{},[262,267,272],{"type":40,"tag":65,"props":263,"children":264},{},[265],{"type":45,"value":266},"Latest platform version",{"type":40,"tag":65,"props":268,"children":269},{},[270],{"type":45,"value":271},"Each deprecation with: type, name, severity, and recommendation",{"type":40,"tag":65,"props":273,"children":274},{},[275],{"type":45,"value":276},"Link to migration guides where available",{"type":40,"tag":189,"props":278,"children":279},{},[],{"type":40,"tag":69,"props":281,"children":282},{},[283],{"type":45,"value":284},"Action Items",{"type":40,"tag":117,"props":286,"children":287},{},[288],{"type":40,"tag":65,"props":289,"children":290},{},[291,293],{"type":45,"value":292},"Prioritized by severity:\n",{"type":40,"tag":61,"props":294,"children":295},{},[296,301,306,311],{"type":40,"tag":65,"props":297,"children":298},{},[299],{"type":45,"value":300},"Throttled rate limits (immediate action needed)",{"type":40,"tag":65,"props":302,"children":303},{},[304],{"type":45,"value":305},"High-severity deprecations (migration required)",{"type":40,"tag":65,"props":307,"children":308},{},[309],{"type":45,"value":310},"Warning-level rate limits (monitor or optimize)",{"type":40,"tag":65,"props":312,"children":313},{},[314],{"type":45,"value":315},"Low-severity deprecations (plan for future)",{"type":40,"tag":65,"props":317,"children":318},{},[319,324,326],{"type":40,"tag":69,"props":320,"children":321},{},[322],{"type":45,"value":323},"Offer deeper investigation",{"type":45,"value":325}," based on findings:",{"type":40,"tag":117,"props":327,"children":328},{},[329,342,355],{"type":40,"tag":65,"props":330,"children":331},{},[332,334,340],{"type":45,"value":333},"If throttled: offer to check call volume for specific endpoints (",{"type":40,"tag":84,"props":335,"children":337},{"className":336},[],[338],{"type":45,"value":339},"endpoint",{"type":45,"value":341}," param) to find the hot path",{"type":40,"tag":65,"props":343,"children":344},{},[345,347,353],{"type":45,"value":346},"If deprecations found: offer to search docs (",{"type":40,"tag":84,"props":348,"children":350},{"className":349},[],[351],{"type":45,"value":352},"\u002Fsearch-docs",{"type":45,"value":354},") for migration guides",{"type":40,"tag":65,"props":356,"children":357},{},[358],{"type":45,"value":359},"If healthy: suggest setting up a monitoring cadence",{"type":40,"tag":54,"props":361,"children":363},{"id":362},"advanced-usage",[364],{"type":45,"value":365},"Advanced Usage",{"type":40,"tag":182,"props":367,"children":369},{"id":368},"check-specific-endpoint-volume",[370],{"type":45,"value":371},"Check specific endpoint volume",{"type":40,"tag":48,"props":373,"children":374},{},[375,377,382,383,388,390,395,397,403],{"type":45,"value":376},"If the user wants to investigate a specific API endpoint, call ",{"type":40,"tag":84,"props":378,"children":380},{"className":379},[],[381],{"type":45,"value":128},{"type":45,"value":130},{"type":40,"tag":84,"props":384,"children":386},{"className":385},[],[387],{"type":45,"value":153},{"type":45,"value":389}," and pass the ",{"type":40,"tag":84,"props":391,"children":393},{"className":392},[],[394],{"type":45,"value":339},{"type":45,"value":396}," parameter (e.g., ",{"type":40,"tag":84,"props":398,"children":400},{"className":399},[],[401],{"type":45,"value":402},"\u002Fme\u002Ffeed",{"type":45,"value":404},") to filter results to that path.",{"type":40,"tag":182,"props":406,"children":408},{"id":407},"custom-lookback-window",[409],{"type":45,"value":410},"Custom lookback window",{"type":40,"tag":48,"props":412,"children":413},{},[414,416,422],{"type":45,"value":415},"The ",{"type":40,"tag":84,"props":417,"children":419},{"className":418},[],[420],{"type":45,"value":421},"lookback_minutes",{"type":45,"value":423}," parameter controls the time range (default: 1440 = 1 day):",{"type":40,"tag":117,"props":425,"children":426},{},[427,439,451],{"type":40,"tag":65,"props":428,"children":429},{},[430,432,437],{"type":45,"value":431},"Last hour: ",{"type":40,"tag":84,"props":433,"children":435},{"className":434},[],[436],{"type":45,"value":421},{"type":45,"value":438}," = 60",{"type":40,"tag":65,"props":440,"children":441},{},[442,444,449],{"type":45,"value":443},"Last week: ",{"type":40,"tag":84,"props":445,"children":447},{"className":446},[],[448],{"type":45,"value":421},{"type":45,"value":450}," = 10080",{"type":40,"tag":65,"props":452,"children":453},{},[454,456,461],{"type":45,"value":455},"Last 30 days: ",{"type":40,"tag":84,"props":457,"children":459},{"className":458},[],[460],{"type":45,"value":421},{"type":45,"value":462}," = 43200",{"type":40,"tag":54,"props":464,"children":466},{"id":465},"tips",[467],{"type":45,"value":468},"Tips",{"type":40,"tag":117,"props":470,"children":471},{},[472,477,482,487],{"type":40,"tag":65,"props":473,"children":474},{},[475],{"type":45,"value":476},"Rate limit thresholds: 80% = warning, 100% = throttled. These are based on usage_percentage in the rate_limits response.",{"type":40,"tag":65,"props":478,"children":479},{},[480],{"type":45,"value":481},"A usage_rate > 1.0 in call_volume means the app is actively being throttled.",{"type":40,"tag":65,"props":483,"children":484},{},[485],{"type":45,"value":486},"Deprecation severity matters — high-severity items may break on the next platform version upgrade.",{"type":40,"tag":65,"props":488,"children":489},{},[490],{"type":45,"value":491},"Suggest the user checks API health regularly, especially before and after deploying changes that increase API call volume.",{"items":493,"total":683},[494,518,532,553,574,591,602,622,635,650,662,672],{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":515,"repoUrl":516,"updatedAt":517},"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},[500,503,506,509,512],{"name":501,"slug":502,"type":16},"Engineering","engineering",{"name":504,"slug":505,"type":16},"Frontend","frontend",{"name":507,"slug":508,"type":16},"GraphQL","graphql",{"name":510,"slug":511,"type":16},"React","react",{"name":513,"slug":514,"type":16},"Relay","relay",18950,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Frelay","2026-04-22T04:58:15.370563",{"slug":519,"name":519,"fn":520,"description":521,"org":522,"tags":523,"stars":515,"repoUrl":516,"updatedAt":531},"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},[524,525,526,529,530],{"name":504,"slug":505,"type":16},{"name":507,"slug":508,"type":16},{"name":527,"slug":528,"type":16},"Performance","performance",{"name":510,"slug":511,"type":16},{"name":513,"slug":514,"type":16},"2026-06-10T07:30:28.726513",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":550,"repoUrl":551,"updatedAt":552},"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},[538,541,544,547],{"name":539,"slug":540,"type":16},"Data Modeling","data-modeling",{"name":542,"slug":543,"type":16},"Deep Learning","deep-learning",{"name":545,"slug":546,"type":16},"Python","python",{"name":548,"slug":549,"type":16},"PyTorch","pytorch",6833,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fpyrefly","2026-07-18T05:12:08.515952",{"slug":554,"name":554,"fn":555,"description":556,"org":557,"tags":558,"stars":571,"repoUrl":572,"updatedAt":573},"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},[559,562,565,568],{"name":560,"slug":561,"type":16},"Camera","camera",{"name":563,"slug":564,"type":16},"Hardware","hardware",{"name":566,"slug":567,"type":16},"iOS","ios",{"name":569,"slug":570,"type":16},"Video","video",488,"https:\u002F\u002Fgithub.com\u002Ffacebook\u002Fmeta-wearables-dat-ios","2026-05-15T06:14:43.555881",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":571,"repoUrl":572,"updatedAt":590},"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},[580,581,584,587],{"name":566,"slug":567,"type":16},{"name":582,"slug":583,"type":16},"Mobile","mobile",{"name":585,"slug":586,"type":16},"SDK","sdk",{"name":588,"slug":589,"type":16},"Swift","swift","2026-05-15T06:14:42.334435",{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":571,"repoUrl":572,"updatedAt":601},"debugging","debug wearable device software","Common issues, Developer Mode, version compatibility, state machine diagnosis",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[597,599,600],{"name":598,"slug":592,"type":16},"Debugging",{"name":501,"slug":502,"type":16},{"name":566,"slug":567,"type":16},"2026-05-15T06:14:38.626606",{"slug":603,"name":603,"fn":604,"description":605,"org":606,"tags":607,"stars":571,"repoUrl":572,"updatedAt":621},"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},[608,611,614,617,620],{"name":609,"slug":610,"type":16},"Design","design",{"name":612,"slug":613,"type":16},"Images","images",{"name":615,"slug":616,"type":16},"Interaction","interaction",{"name":618,"slug":619,"type":16},"UI Components","ui-components",{"name":569,"slug":570,"type":16},"2026-05-15T06:14:39.844502",{"slug":623,"name":623,"fn":624,"description":625,"org":626,"tags":627,"stars":571,"repoUrl":572,"updatedAt":634},"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},[628,631,632,633],{"name":629,"slug":630,"type":16},"Configuration","configuration",{"name":566,"slug":567,"type":16},{"name":585,"slug":586,"type":16},{"name":588,"slug":589,"type":16},"2026-05-15T06:14:41.086639",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":571,"repoUrl":572,"updatedAt":649},"mockdevice-testing","test wearable apps with mock devices","MockDeviceKit for testing without physical glasses hardware",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[641,642,643,646],{"name":566,"slug":567,"type":16},{"name":582,"slug":583,"type":16},{"name":644,"slug":645,"type":16},"QA","qa",{"name":647,"slug":648,"type":16},"Testing","testing","2026-05-15T06:14:37.406692",{"slug":651,"name":651,"fn":652,"description":653,"org":654,"tags":655,"stars":571,"repoUrl":572,"updatedAt":661},"permissions-registration","register apps with Meta AI","App registration with Meta AI, camera permission flows",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[656,657,658],{"name":560,"slug":561,"type":16},{"name":566,"slug":567,"type":16},{"name":659,"slug":660,"type":16},"Permissions","permissions","2026-05-15T06:14:46.030253",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":571,"repoUrl":572,"updatedAt":671},"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},[668,669,670],{"name":560,"slug":561,"type":16},{"name":566,"slug":567,"type":16},{"name":582,"slug":583,"type":16},"2026-05-15T06:14:36.185947",{"slug":673,"name":673,"fn":674,"description":675,"org":676,"tags":677,"stars":571,"repoUrl":572,"updatedAt":682},"session-lifecycle","monitor device session lifecycle states","Device session states, pause\u002Fresume, availability monitoring",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[678,679,680,681],{"name":566,"slug":567,"type":16},{"name":582,"slug":583,"type":16},{"name":18,"slug":19,"type":16},{"name":527,"slug":528,"type":16},"2026-05-15T06:14:44.790925",27,{"items":685,"total":776},[686,692,706,723,737,750,762],{"slug":4,"name":4,"fn":5,"description":6,"org":687,"tags":688,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[689,690,691],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":693,"name":693,"fn":694,"description":695,"org":696,"tags":697,"stars":23,"repoUrl":24,"updatedAt":705},"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},[698,699,702],{"name":21,"slug":22,"type":16},{"name":700,"slug":701,"type":16},"Documentation","documentation",{"name":703,"slug":704,"type":16},"Integrations","integrations","2026-07-14T05:52:01.492409",{"slug":707,"name":707,"fn":708,"description":709,"org":710,"tags":711,"stars":23,"repoUrl":24,"updatedAt":722},"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},[712,715,718,719],{"name":713,"slug":714,"type":16},"Audit","audit",{"name":716,"slug":717,"type":16},"Compliance","compliance",{"name":14,"slug":15,"type":16},{"name":720,"slug":721,"type":16},"Security","security","2026-07-14T05:52:02.758097",{"slug":724,"name":724,"fn":725,"description":726,"org":727,"tags":728,"stars":23,"repoUrl":24,"updatedAt":736},"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},[729,730,733],{"name":716,"slug":717,"type":16},{"name":731,"slug":732,"type":16},"Deployment","deployment",{"name":734,"slug":735,"type":16},"Operations","operations","2026-07-14T05:52:00.233172",{"slug":738,"name":738,"fn":739,"description":740,"org":741,"tags":742,"stars":23,"repoUrl":24,"updatedAt":749},"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},[743,744,745,748],{"name":713,"slug":714,"type":16},{"name":716,"slug":717,"type":16},{"name":746,"slug":747,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":720,"slug":721,"type":16},"2026-07-14T05:52:04.015719",{"slug":751,"name":751,"fn":752,"description":753,"org":754,"tags":755,"stars":23,"repoUrl":24,"updatedAt":761},"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},[756,757,758],{"name":21,"slug":22,"type":16},{"name":598,"slug":592,"type":16},{"name":759,"slug":760,"type":16},"Webhooks","webhooks","2026-07-21T05:38:38.458938",{"slug":763,"name":763,"fn":764,"description":765,"org":766,"tags":767,"stars":23,"repoUrl":24,"updatedAt":775},"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},[768,769,772],{"name":700,"slug":701,"type":16},{"name":770,"slug":771,"type":16},"Reference","reference",{"name":773,"slug":774,"type":16},"Search","search","2026-07-14T05:51:56.473063",8]