Agent skill · software engineering · jeremylongshore

abridge-deploy-integration

Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure.

Why this skill is useful

Adds a comprehensive deployment script for HIPAA-compliant cloud infrastructure that includes specific commands and configurations not commonly found in public documentation.

What it needs

Requires docker, gcloud installed locally. Requires aws, azure, gcp account access. About 3k tokens when loaded. Last updated 2026-08-07. 2,604 stars on the source repository.

What this skill does

Abridge Deploy Integration Overview Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure. Healthcare deployments require BAA-covered cloud services, encrypted secrets, audit trails, and VPC-restricted networking. Prerequisites Completed abridge-prod-checklist BAA-covered cloud account (GCP, AWS, or Azure) Container registry access Abridge production credentials from partner portal Instructions Step 1: HIPAA-Compliant Dockerfile Step 2: GCP Cloud Run Deployment (HIPAA BAA) Step 3: Health Check Endpoint Step 4: GCP Secret Manager Setup Output HIPAA-compliant Docker image with non-root user Cloud Run deployment with VPC connector and TLS 1.3 Health check endpoint monitoring Abridge + FHIR Secrets managed via GCP Secret Manager Examples For a production-release rehearsal, deploy the container to an isolated BAA-covered Cloud Run project using pre-provisioned Secret Manager versions and a service account with only the required secret-access role. Verify the authenticated health endpoint through the VPC path, confirm that it returns no patient or secret data, and retain the deployment revision, image digest, and redacted health result as release evidence. If the VPC connector, identity, or secret binding fails, roll back by routing traffic to the prior known-good revision; do not place credentials in the deployment command or application logs to force the rollout through. Error Handling Issue Cause Solution ------- ------- ---------- Deploy rejected Missing BAA Sign Google Cloud BAA first Secret access denied IAM misconfigured Grant secretAccessor role to service account Health check fails Cold start latency Set min-instances to 1 VPC connector error Not created Create VPC connector in same region Resources GCP HIPAA Compliance Cloud Run Secrets Abridge Platform Next Steps For webhook event handling, see abridge-webhooks-events.

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills jeremylongshore/abridge-deploy-integration

View the source on GitHub

Browse the @skills marketplace