One platform to build AI agents, deploy full-stack apps, and run MCP tool servers — on GCP or AWS. From code to production in minutes with HIPAA-compliant infrastructure.
THE PLATFORM
Build AI agents, deploy the apps that use them, and run MCP tool servers — on GCP or AWS from Hikigai.
Pre-built healthcare agents for clinical documentation, medical coding, and revenue cycle management. Deploy custom agents with our SDK.
from hikigai.appsdk import AppClient
client = AppClient()
agent = client.agent("icd-10-coder")
codes = agent.invoke(clinical_note)Deploy full-stack applications directly from GitHub. Auto-detect frameworks, build Docker images, and get live HTTPS URLs in minutes.
Deploy custom Model Context Protocol servers from GitHub. The platform builds, probes tools, and registers them as connectors for your agents.
MULTI-CLOUD
Choose a catalog target from the console or SDK. Optional BYOC credentials deploy into your own cloud account; otherwise the platform account is used.
Deploy apps, MCP servers, and agents
Deploy apps, MCP servers, and agents
HOW IT WORKS
Create intelligent healthcare agents, deploy them to the marketplace, build applications that leverage them, and ship everything to production.
Use our SDK to build AI agents tailored to healthcare workflows — clinical notes, medical coding, prior auth, and more.
Publish your agent to the Hikigai marketplace. It goes through moderation, gets listed, and is instantly available to every app on the platform.
Build a full-stack application that consumes your agents. Connect your GitHub repo — we detect frameworks and configure everything automatically.
Hit deploy and watch it go live. Your app gets a production URL with platform API keys auto-injected — it can call your agents instantly.
Build the intelligence, ship the experience. Agents power the AI, apps deliver it to your users — all from one unified platform.
PRE-BUILT AGENTS
Documentation
Summarize lengthy clinical notes into structured SOAP format.
client.agent("clinical-note-summarizer")Medical Coding
Automatically suggest ICD-10 codes from clinical documentation.
client.agent("icd-10-coder")Medical Coding
Suggest appropriate CPT procedure codes with E/M leveling.
client.agent("cpt-code-assistant")Revenue Cycle
Draft prior authorization requests with clinical justification.
client.agent("prior-auth-assistant")Clinical Decision Support
Analyze medication lists for drug-drug interactions.
client.agent("medication-checker")Documentation
Generate comprehensive discharge summaries from inpatient records.
client.agent("discharge-summary-generator")Deploy custom MCP servers from GitHub, or connect agents to registry connectors such as Epic EHR, Cerner, Athena Health, and Google Health Connect. Discovered tools are registered automatically for agent use.
After deploy, the platform probes initialize and tools/list, then syncs the server into the MCP registry and your project connectors.
FHIR-based access to patient records, appointments, medications, and clinical data.
Oracle Health (Cerner) patient care coordination and clinical documentation.
Cloud EHR for patient management and clinical workflows.
Vitals, activity, sleep, and fitness data from Android devices.
Standardized protocol for healthcare data access
YOUR AI AGENTS
HIKIGAI MCP SERVERS
HEALTHCARE DATA SOURCES
from hikigai.appsdk import AppClient
agent = AppClient().agent("icd-10-coder")
# Pass linked MCP connector slugs at invoke time
result = agent.invoke(
clinical_note,
connectors={"epic-ehr": {}}
)APP DEPLOYMENT
Deploy your Next.js, React, or Python apps directly from GitHub. We auto-inject platform API keys so your deployed app can call your AI agents out of the box.
Connect your repos, pick a branch, and deploy. Auto-deploy on push to main.
Automatically detects Next.js, React, Express, FastAPI, and more. Generates optimized Dockerfiles.
HIKIGAI_API_KEY, PROJECT_ID, and PLATFORM_URL are auto-set. Your app calls agents without any manual setup.
Watch your app build and deploy with live streaming logs. Know exactly what's happening.
SUPPORTED FRAMEWORKS
ENTERPRISE READY
Enterprise-grade security with BAA available. Data encrypted at rest and in transit.
Deploy agents, apps, and MCP servers to GCP or AWS — platform-managed or BYOC.
Push to main, auto-deploy. Webhooks trigger builds automatically from GitHub.
Fine-grained permissions for teams. Owners, admins, developers, and app developers.
Deploy AI agents, apps, and MCP servers on GCP or AWS from one platform.