ga4-common-reports
|
ga4-data-api-query
|
ga4-realtime-api
|
gamma-ci-integration
'Configure Gamma CI/CD integration with GitHub Actions and testing.
gamma-common-errors
'Debug and resolve common Gamma API errors.
gamma-core-workflow-a
'Generate presentations, documents, and webpages via Gamma API.
gamma-core-workflow-b
'Generate from templates, retrieve exports, and manage sharing via Gamma
gamma-cost-tuning
'Optimize Gamma usage costs and manage API spending.
gamma-data-handling
'Handle data privacy, retention, and compliance for Gamma integrations.
gamma-debug-bundle
'Comprehensive debugging toolkit for Gamma integration issues.
gamma-deploy-integration
'Deploy Gamma-integrated applications to production environments.
gamma-enterprise-rbac
'Implement enterprise role-based access control for Gamma integrations.
gamma-hello-world
'Generate your first Gamma presentation via the API.
gamma-incident-runbook
'Manage incident response for Gamma integration issues.
gamma-install-auth
'Set up Gamma API v1.0 authentication and first request.
gamma-local-dev-loop
'Set up local development workflow for Gamma API integration.
gamma-migration-deep-dive
'Deep dive into migrating to Gamma from other presentation platforms.
gamma-multi-env-setup
'Configure Gamma across development, staging, and production environments.
gamma-observability
'Implement comprehensive observability for Gamma integrations.
gamma-performance-tuning
'Optimize Gamma API performance and reduce latency.
gamma-prod-checklist
'Production readiness checklist for Gamma integration.
gamma-rate-limits
'Understand and manage Gamma API rate limits effectively.
gamma-reference-architecture
'Reference architecture for enterprise Gamma integrations.
gamma-sdk-patterns
'Reusable patterns for the Gamma REST API (no SDK exists).
gamma-security-basics
'Implement security best practices for Gamma integration.
gamma-upgrade-migration
'Upgrade Gamma SDK versions and migrate between API versions.
gamma-webhooks-events
'Handle Gamma webhooks and events for real-time updates.
glean-ci-integration
'CI/CD for Glean connectors with automated indexing tests and search
glean-common-errors
'Diagnose and fix common Glean API errors including indexing failures,
glean-core-workflow-a
'Execute Glean primary workflow: search, chat, and AI-powered answers
glean-core-workflow-b
'Execute Glean secondary workflow: bulk document indexing, custom datasource
firecrawl-incident-runbook
'Execute Firecrawl incident response procedures with triage, mitigation,
groq-performance-tuning
'Optimize Groq API performance with model selection, caching, streaming,
groq-prod-checklist
'Execute Groq production deployment checklist and go-live procedures.
groq-rate-limits
'Implement Groq rate limit handling with backoff, queuing, and header
groq-reference-architecture
'Implement Groq reference architecture with model routing, streaming
groq-sdk-patterns
'Apply production-ready Groq SDK patterns for TypeScript and Python.
groq-security-basics
'Apply Groq security best practices for API key management and data protection.
groq-upgrade-migration
'Upgrade groq-sdk versions and handle Groq model deprecations.
groq-webhooks-events
'Build event-driven architectures with Groq streaming, batch processing,
guidewire-ci-cd-pipeline
Ship Gosu code and configuration changes through Guidewire Cloud Console deployment slots without breaking running policies — Gosu compile + GUnit + lint gates per PR, config-package promotion dev→UAT→prod, schema-change rollouts with rollback hazards documented, canary deploy for high-risk changes, and the rollback decision tree when a release affects already-bound policies. Use when designing the deploy pipeline for a new InsuranceSuite project, hardening an existing one, or recovering from a bad release. Trigger with "guidewire ci cd", "guidewire deploy", "guidewire promotion", "guidewire slots", "guidewire rollback".
guidewire-core-workflow-a
Automate the PolicyCenter account→submission→quote→bind→issue→endorse→renew pipeline including the failure paths — underwriting issues blocking bind, quotes expiring before bind, referrals stuck pending approval, and mid-term endorsements that trigger unexpected premium audit recalculation. Use when building outbound integrations against PolicyCenter Cloud API (CRM-driven submission, broker-portal binding, automated renewal jobs). Trigger with "policycenter automation", "submission to bind", "policy renewal", "policy endorsement", "underwriting issue".
guidewire-core-workflow-b
Automate the ClaimCenter FNOL→investigation→reserve→payment→settlement→close pipeline including the failure paths — duplicate FNOL from multi-source intake, reserve-must-precede-payment ordering, supervisor-authorization tiers, premature settlement, and reopen-vs-new-claim ambiguity. Use when building claim intake from caller portals, IVR, or partner systems; automating reserve-setting jobs; or integrating settlement events with finance. Trigger with "claimcenter automation", "FNOL", "claim reserve", "claim payment", "claim settlement", "claim reopen".
guidewire-install-auth
Authenticate production Guidewire Cloud API integrations and survive the auth-side failures — token expiry storms, scope drift, private-CA PKIX errors, secret rotation. Use when hardening OAuth2 token caching, configuring JVM trust stores, or rotating client secrets without downtime. Trigger with "guidewire auth", "guidewire OAuth2", "guidewire token cache", "guidewire PKIX", "guidewire secret rotation".
guidewire-local-dev-loop
Iterate on Gosu rules and configuration without paying the full 5–15 minute runServer rebuild every time. Use when standing up Guidewire Studio against a local InsuranceSuite instance, attaching an IntelliJ remote debugger to runServer, distinguishing changes that hot-reload from changes that force restart, or building a GUnit-driven TDD cycle for rule logic. Trigger with "guidewire studio", "gosu hot reload", "gosu debugger", "gunit", "guidewire runServer".
hex-local-dev-loop
'Configure Hex local development with hot reload and testing.
hex-performance-tuning
'Optimize Hex API performance with caching, batching, and connection
guidewire-migration-and-upgrade
Move a Guidewire deployment to a new platform or release without breaking running policies and claims — on-prem→cloud cutover (config reconciliation, data migration, parallel-run validation), in-place version upgrade (e.g., 202403→202503) with deprecated-API regression coverage, rehearsal-driven cutover with rollback path mid-flight, and broker/claimant communication so users hit the right system at the right time. Use when planning a cloud migration, executing a version upgrade, or rehearsing a cutover. Trigger with "guidewire migration", "guidewire upgrade", "guidewire cutover", "guidewire on-prem to cloud", "202503 upgrade".
guidewire-observability-and-incident-response
Operate a Guidewire Cloud API integration in production — define SLIs/SLOs for token availability, bind success rate, FNOL p99 latency; route alerts so the on-call gets paged for real outages and never for transient noise; triage 401 spikes, 409 storms, 429 saturation, scope drift, and Gosu OOM cascades from signal to recovery in 15 minutes or less. Use when designing a dashboard for a new integration, writing the on-call runbook, or running a post-incident review. Trigger with "guidewire observability", "guidewire slo", "guidewire on-call", "guidewire 401 spike", "guidewire 409 storm", "guidewire incident".
guidewire-sdk-patterns
Build a production-grade Guidewire Cloud API client that survives the request-side failures — 409 checksum conflicts on PATCH/PUT, 429 quota throttling, offsetToken pagination drift, retry-unsafe POSTs, and unstructured error responses. Use when designing an HTTP client wrapper around PolicyCenter, ClaimCenter, or BillingCenter REST endpoints. Trigger with "guidewire client", "guidewire sdk", "checksum 409", "guidewire pagination", "guidewire rate limit", "Retry-After".
Page 210 of 1748 · 87361 results
