# Simplex ## Docs - [Add 2FA Config](https://simplex.sh/docs/api-reference/add-2fa-config.md): Add a 2FA configuration to the user's organization settings for automated two-factor authentication. - [Close Session](https://simplex.sh/docs/api-reference/close-session.md): Closes a remote session. - [Delete Credential](https://simplex.sh/docs/api-reference/delete-credential.md): Delete an encrypted credential by name for your organization. - [Download Session Files](https://simplex.sh/docs/api-reference/download-session-files.md): Downloads files that were saved during a browser session. If a specific filename is provided, returns that single file. Otherwise, returns all files from the session as a zip archive. - [List Credentials](https://simplex.sh/docs/api-reference/list-credentials.md): List all encrypted credentials for your organization. Returns metadata only (name, dates) — not the encrypted values. - [Poll Session Status](https://simplex.sh/docs/api-reference/poll-session-status.md) - [Retrieve Session Logs](https://simplex.sh/docs/api-reference/retrieve-session-logs.md): Retrieves the logs for a completed session. - [Retrieve Session Replay](https://simplex.sh/docs/api-reference/retrieve-session-replay.md): Retrieves the replay recording data for a completed session. - [Run Workflow](https://simplex.sh/docs/api-reference/run-workflow.md): Run a workflow by ID. - [Search Workflows](https://simplex.sh/docs/api-reference/search-workflows.md): Search for workflows by partial name match and/or partial metadata match. If no search parameters are provided, returns all workflows for the organization. - [Start Recording](https://simplex.sh/docs/api-reference/start-recording.md) - [Stop Recording](https://simplex.sh/docs/api-reference/stop-recording.md) - [Store Credential](https://simplex.sh/docs/api-reference/store-credential.md): Encrypt and store a credential for your organization. The plaintext value is encrypted server-side with Evervault. The agent can later use `type_secret(credential_name="...")` to decrypt and type it into a browser field. - [Branching Logic](https://simplex.sh/docs/core-concepts/branching-logic.md): Add conditional logic to your workflows based on runtime conditions. - [Custom Skills](https://simplex.sh/docs/core-concepts/custom-skills.md): Create reusable instruction sets that the Simplex agent can discover and follow during browser sessions - [Building Flows](https://simplex.sh/docs/core-concepts/how-simplex-works.md): Understand the Simplex workflow lifecycle — from building in the editor to running deterministically in production. - [Introduction](https://simplex.sh/docs/core-concepts/intro-to-simplex.md): Simplex is a browser automation API built for complex form filling. - [Scraping](https://simplex.sh/docs/core-concepts/scraping.md): Extract data from web pages. - [Storing Credentials](https://simplex.sh/docs/core-concepts/storing-credentials.md): Securely store and use encrypted credentials in your browser automations - [Structured Outputs](https://simplex.sh/docs/core-concepts/structured-outputs.md): Define and extract structured data from your workflows. - [Two-Factor Authentication](https://simplex.sh/docs/core-concepts/two-factor-authentication.md): Learn how to handle two-factor authentication in your Simplex workflows. - [Variables and Test Data](https://simplex.sh/docs/core-concepts/variables-and-test-data.md): Use variables to create dynamic, reusable workflows. - [Quickstart](https://simplex.sh/docs/get-started/your-first-workflow.md): Get started building your first workflow with Simplex. - [Retrieving Downloaded Files](https://simplex.sh/docs/integrating-simplex/download-files.md): Retrieve files downloaded by the agent in a workflow session - [Polling Session Status](https://simplex.sh/docs/integrating-simplex/polling-session-status.md): Using polling to monitor session progress - [TypeScript/Python SDK Examples](https://simplex.sh/docs/integrating-simplex/typescript-sdk-examples.md): Common integration patterns using the Simplex SDKs - [Webhooks](https://simplex.sh/docs/integrating-simplex/webhooks.md): Using webhooks with Simplex - [Search ICD Codes](https://simplex.sh/docs/payer-portal-api/availity/search-icd-codes.md): Search for ICD-10 diagnosis codes by partial name or code. Returns a list of candidate diagnoses with their exact ICD-10 codes and descriptions. Use this endpoint to resolve a fuzzy diagnosis into an exact diagnosis_code before submitting a prior authorization. - [Search Procedure Codes](https://simplex.sh/docs/payer-portal-api/availity/search-procedure-codes.md): Search for CPT or HCPCS procedure codes by partial code or description. Returns a list of matching procedures with their exact codes, descriptions, and code types. Use this endpoint to resolve a fuzzy procedure into an exact code before submitting a prior authorization. - [Search Providers](https://simplex.sh/docs/payer-portal-api/availity/search-providers.md): Search for a provider by NPI number or name. Returns matching providers with full demographics, specialty, tax ID, addresses, and payer-specific network status. - [Submit Prior Auth](https://simplex.sh/docs/payer-portal-api/availity/submit-prior-auth.md): Submit a prior authorization request through Availity. All provider, diagnosis, and procedure identifiers must be exact — use the search endpoints to resolve them first. - [Verify Member](https://simplex.sh/docs/payer-portal-api/availity/verify-member.md): Verify a member's eligibility and retrieve their coverage details before submitting a prior authorization. Returns the member's plan information, coverage status, and group number. - [Search Drugs](https://simplex.sh/docs/payer-portal-api/covermymeds/search-drugs.md): Search for drugs by partial name match. Returns a list of candidate drugs with their exact DDIDs, strengths, dosage forms, and routes. Use this endpoint to resolve a fuzzy drug name into an exact drug_id before submitting a prior authorization. - [Search ICD Codes](https://simplex.sh/docs/payer-portal-api/covermymeds/search-icd-codes.md): Search for ICD-10 diagnosis codes by partial name or code. Returns a list of candidate diagnoses with their exact ICD-10 codes and descriptions. Use this endpoint to resolve a fuzzy diagnosis into an exact diagnosis_code before submitting a prior authorization. - [Submit Prior Auth](https://simplex.sh/docs/payer-portal-api/covermymeds/submit-prior-auth.md): Submit a prior authorization request. All drug and diagnosis identifiers must be exact — use the search endpoints to resolve them first. Forms are resolved automatically based on the drug, plan, and state combination. - [Create Credential](https://simplex.sh/docs/payer-portal-api/create-credential.md): Store a portal credential for prior authorization submissions. The credential is encrypted server-side and used to authenticate with the specified payer portal. Supported portals: CoverMyMeds, Availity, and UnitedHealthcare (UHC). - [Delete Credential](https://simplex.sh/docs/payer-portal-api/delete-credential.md): Delete a stored prior authorization portal credential by name. - [Check Status](https://simplex.sh/docs/payer-portal-api/fax/check-status.md): Returns the current status of a submitted fax prior authorization. - [Fill Prior Authorization](https://simplex.sh/docs/payer-portal-api/fax/fill-pa.md): Fill a prior authorization fax form. Provide the patient's plan identifiers (bin, pcn, group, member_id, state), a `drug_slug` (from `/search_drugs`), the `icd10_diagnosis`, plus patient, prescriber, and clinical-question data; the backend looks up the full drug profile (medication_strength, qty, da… - [Get Clinical Questions](https://simplex.sh/docs/payer-portal-api/fax/get-clinical-questions.md): Returns the LOB-specific clinical question set required by the payer's policy for a given drug and diagnosis. - [List Prior Authorizations](https://simplex.sh/docs/payer-portal-api/fax/list-prior-authorizations.md): Search submitted prior authorizations by any combination of plan identifiers (bin, pcn, group, state), diagnosis (icd_code), or patient name. All filters are optional; omit every filter to list all PAs. Filters combine with AND semantics. - [Search Drugs](https://simplex.sh/docs/payer-portal-api/fax/search-drugs.md): Fuzzy-search the supported fax-PA drug catalog (Wegovy, Ozempic, Zepbound, Mounjaro — all SKUs). Matches on either the stable `slug` (e.g. `wegovy_2.4mg_0.75ml_auto_injectors`) or the human-readable `full_name` (e.g. `Wegovy 2.4MG/0.75ML auto-injectors`). Use this to resolve a free-text drug query i… - [Submit Prior Authorization](https://simplex.sh/docs/payer-portal-api/fax/submit-pa.md): Transmit a previously filled fax form to the payer. Accepts the form UUID returned by Fill Prior Authorization. - [List Credentials](https://simplex.sh/docs/payer-portal-api/list-credentials.md): List all stored prior authorization portal credentials for your organization. Returns metadata only (name, portal, dates) — not the encrypted values. - [Fill Prior Authorization](https://simplex.sh/docs/prior-auth-sdk/fill-pa.md): Fill a PA form for a pharmacy claim and return a signed PDF URL. - [Get Clinical Questions](https://simplex.sh/docs/prior-auth-sdk/get-clinical-questions.md): Resolve the payer-specific clinical question set for a pharmacy claim. - [Overview](https://simplex.sh/docs/prior-auth-sdk/overview.md): Getting started with the Prior Auth SDK. - [Search Drugs](https://simplex.sh/docs/prior-auth-sdk/search-drugs.md): Resolve a free-text drug query into the canonical Brand Strength Form string. - [Enroll Provider](https://simplex.sh/docs/provider-enrollment-api/enroll-provider.md): Enroll a provider with a payer portal. Submits provider demographic, licensing, and credentialing information to initiate or update enrollment. - [CLI Reference](https://simplex.sh/docs/python-sdk/cli-reference.md): Complete reference for the Simplex command-line interface. - [Installation & Authentication](https://simplex.sh/docs/python-sdk/installation.md): Install the Simplex Python SDK and CLI, and configure authentication. - [Using Agents](https://simplex.sh/docs/python-sdk/using-agents.md): Give AI coding agents full knowledge of the Simplex CLI. ## OpenAPI Specs - [openapi](https://simplex.sh/docs/api-reference/openapi.json)