ichra-platform-integration

Automate HealthSherpa ICHRA API plan quoting, enrollment, payment, and policy management.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/healthsherpa/healthsherpa-ai-skills --skill ichra-platform-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ichra-platform-integration
Source: https://github.com/healthsherpa/healthsherpa-ai-skills/tree/main/ichra_platform
Command: npx skills add https://github.com/healthsherpa/healthsherpa-ai-skills --skill ichra-platform-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the integration of ICHRA platforms with HealthSherpa APIs, streamlining plan quoting, enrollment, payment, and policy management.

Core Features & Use Cases

  • Automated Quoting: Fetch and compare plan quotes programmatically.
  • Automated Enrollment: Manage the entire enrollment lifecycle, from creation to submission and tracking.
  • Payment Processing: Handle payment flows and document uploads for SEP enrollments.
  • Policy Management: Monitor policy status updates and manage lifecycle events.
  • Use Case: Automate the process of enrolling employees in ICHRA plans, from plan selection and eligibility verification to payment processing and policy management.

Quick Start

To get started, use the ichra-platform-integration skill with the command: @ichra-platform-integration fetch-plan-quotes --zip-code 12345 --fip-code 67890 --plan-year 2026

Frequently Asked Questions about ichra-platform-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ICHRA enrollment and plan quoting with HealthSherpa APIs?

Automate ICHRA enrollment and plan quoting by using server-side code to call HealthSherpa APIs for fetching quotes, managing the enrollment lifecycle, and processing payments. You need an x-api-key for secure authentication to fetch plan quotes programmatically.

What is needed to handle ICHRA payment processing and policy management via API?

To handle ICHRA payment processing and policy management via API, you need an x-api-key for authentication and server-side code. This setup manages payment flows, document uploads for SEP enrollments, and tracks policy status updates through webhook integration.

How do I fetch ICHRA plan quotes programmatically using a zip code and fip code?

Fetch ICHRA plan quotes programmatically by passing zip code, fip code, and plan year parameters to the API. The automated quoting feature compares plans directly, requiring valid API credentials to retrieve and evaluate plan options for the specified rating area.

Can I use Python requests to manage the ICHRA enrollment lifecycle and webhook tracking?

Yes, you can use Python requests to manage the ICHRA enrollment lifecycle and webhook tracking. The integration relies on server-side Python scripts to handle enrollment creation, submission, SEP documentation uploads, and payment redirection securely.

Does the HealthSherpa ICHRA API integration support SEP documentation and payment redirection?

Yes, the HealthSherpa ICHRA API integration fully supports SEP documentation uploads and payment redirection. It handles the complete enrollment lifecycle, including Special Enrollment Period document submissions and tracking policy status updates via webhooks.

What are the limitations of using server-side code for ICHRA platform integration?

The primary limitation of using server-side code for ICHRA platform integration is that it requires an x-api-key and secure server-side execution. Direct client-side API calls are not supported, meaning you must maintain backend infrastructure to manage quoting, enrollment, and policy webhooks securely.