Elephas Biosciences

Elephas Biosciences Corporation is a Madison, Wisconsin precision-oncology company that builds elive, a first-in-class functional immune-profiling platform that measures how a patient's own live tumor tissue responds to immunotherapy. The platform combines elive Edge (an automated instrument that cuts core-needle biopsies into uniform 300-micron viable fragments), elive Gel (a proprietary hydrogel that preserves the native tumor microenvironment) and the elive Method (a sequential treatment and cytokine-analysis strategy) to return a functional response readout within roughly 72 hours of biopsy. Clinicians receive elive test reports through a secure, cloud-based web application; researchers and drug developers receive custom reports plus raw data for in-house analysis. The company raised a $40M Series B-2 in November 2025 to commercialize elive as a laboratory developed test. Its digital surface is the Elephas Portal (portal.elephas.com), an Angular single-page application backed by an ASP.NET Core API at portal.elephasapis.com that is authenticated with Azure AD B2C on the company-controlled na.login.elephas.com identity host. No public developer program, API reference or machine-readable contract is published.

Elephas Biosciences publishes 1 API on the APIs.io network. Tagged areas include Company, Healthcare, Life Sciences, Biotechnology, and Precision Oncology.

Elephas Biosciences’ developer surface includes support, engineering blog, FAQ, authentication, and 19 more developer resources.

25.3/100 emerging ▬ flat Agent 16/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyHealthcareLife SciencesBiotechnologyPrecision OncologyDiagnosticsImmunotherapyClinical ResearchLaboratoryMedical Devices

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 25.3/100 · emerging
Contract Quality 0.0 / 21
Developer Ergonomics 3.0 / 17
Commercial Clarity 5.8 / 17
Operational Transparency 0.0 / 11
Governance 1.3 / 10
Discoverability 7.4 / 9
Regulatory Posture 7.9 / 15
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Regulatory Posture applies to this provider. Its tags matched the Health regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/elephas-biosciences: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Elephas Portal API

The private backend API behind the Elephas Portal, the secure cloud-based web application through which clinicians, laboratories and research partners receive elive test reports...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Elephas Biosciences Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Elephas Biosciences Authentication

oauth2/openIdConnect/http · 2 schemes

SECURITY

Elephas Biosciences Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Elephas Biosciences Scopes

2 scopes · authorizationCode

2 scopes

SCOPES

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 6

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: elephas-biosciences
name: Elephas Biosciences
description: Elephas Biosciences Corporation is a Madison, Wisconsin precision-oncology company that builds elive, a first-in-class
  functional immune-profiling platform that measures how a patient's own live tumor tissue responds to immunotherapy. The
  platform combines elive Edge (an automated instrument that cuts core-needle biopsies into uniform 300-micron viable fragments),
  elive Gel (a proprietary hydrogel that preserves the native tumor microenvironment) and the elive Method (a sequential treatment
  and cytokine-analysis strategy) to return a functional response readout within roughly 72 hours of biopsy. Clinicians receive
  elive test reports through a secure, cloud-based web application; researchers and drug developers receive custom reports
  plus raw data for in-house analysis. The company raised a $40M Series B-2 in November 2025 to commercialize elive as a laboratory
  developed test. Its digital surface is the Elephas Portal (portal.elephas.com), an Angular single-page application backed
  by an ASP.NET Core API at portal.elephasapis.com that is authenticated with Azure AD B2C on the company-controlled na.login.elephas.com
  identity host. No public developer program, API reference or machine-readable contract is published.
image: https://elephas.com/hubfs/raw_assets/public/ele_2026/images/ele-logo-tagline.svg
url: https://raw.githubusercontent.com/api-evangelist/elephas-biosciences/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-12'
modified: '2026-08-12'
tags:
- Company
- Healthcare
- Life Sciences
- Biotechnology
- Precision Oncology
- Diagnostics
- Immunotherapy
- Clinical Research
- Laboratory
- Medical Devices
apis:
- aid: elephas-biosciences-portal-api
  name: Elephas Portal API
  description: 'The private backend API behind the Elephas Portal, the secure cloud-based web application through which clinicians,
    laboratories and research partners receive elive test reports and manage specimen registration. Probed live at https://portal.elephasapis.com:
    an ASP.NET Core (Kestrel) service that answers every path — including /swagger and /swagger/v1/swagger.json — with HTTP
    401 and a WWW-Authenticate: Bearer challenge. Bearer tokens are issued by Azure AD B2C on the company-controlled host
    na.login.elephas.com. No public OpenAPI, reference or developer program is published; the observed surface (registration,
    security, histology, cytokines, cut-culture resources) is inferred only from the portal single-page application bundle
    and is recorded here as evidence of an API that exists but is not publicly documented.'
  humanURL: https://portal.elephas.com/
  baseURL: https://portal.elephasapis.com
  tags:
  - Portal
  - Oncology
  - Diagnostics
  - Reports
  properties:
  - type: Authentication
    url: authentication/elephas-biosciences-authentication.yml
  - type: OAuthScopes
    url: scopes/elephas-biosciences-scopes.yml
  - type: ErrorCatalog
    url: errors/elephas-biosciences-problem-types.yml
  - type: Conventions
    url: conventions/elephas-biosciences-conventions.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://elephas.com/
- type: Login
  url: https://portal.elephas.com/
- type: Support
  url: https://elephas.com/get-in-touch
- type: Blog
  url: https://elephas.com/news
- type: BlogRSS
  url: https://elephas.com/news/rss.xml
- type: TermsOfService
  url: https://elephas.com/terms-of-service
- type: PrivacyPolicy
  url: https://elephas.com/privacy-policy
- type: FAQ
  url: https://elephas.com/faqs
- type: Documents
  url: https://elephas.com/resources/documents
- type: Publications
  url: https://elephas.com/resources/publications
- type: Careers
  url: https://elephas.com/careers
- type: LinkedIn
  url: https://www.linkedin.com/company/elephasbiosciences
- type: Crunchbase
  url: https://www.crunchbase.com/organization/elephas-biosciences
- type: WellKnown
  url: well-known/elephas-biosciences-well-known.yml
- type: Authentication
  url: authentication/elephas-biosciences-authentication.yml
- type: OAuthScopes
  url: scopes/elephas-biosciences-scopes.yml
- type: DomainSecurity
  url: security/elephas-biosciences-domain-security.yml
- type: ErrorCatalog
  url: errors/elephas-biosciences-problem-types.yml
- type: Conventions
  url: conventions/elephas-biosciences-conventions.yml
- type: Conformance
  url: conformance/elephas-biosciences-conformance.yml
- type: Plans
  url: plans/elephas-biosciences-plans-pricing.yml
- type: RateLimits
  url: rate-limits/elephas-biosciences-rate-limits.yml
- type: LLMsTxt
  url: llms/elephas-biosciences-llms.txt
x-enrichment:
  date: '2026-08-12'
  status: minimal
  artifacts_added: 12
  pass: local-v1
x-coverage:
  state: gated
  reason: customer-only-docs
  detail: 'Elephas runs a real ASP.NET Core API at portal.elephasapis.com behind the Elephas Portal, but every path on it
    — including /swagger and /swagger/v1/swagger.json — answers HTTP 401 with a WWW-Authenticate: Bearer challenge, and tokens
    are only issuable to an existing Elephas tenant through Azure AD B2C, so the Swagger contract the service already generates
    is readable only by active customers.'
  evidence:
  - url: https://portal.elephasapis.com/swagger/v1/swagger.json
    status: 401
  - url: https://portal.elephasapis.com/swagger
    status: 401
  - url: https://elephas.com/developers
    status: 404
  - url: https://elephas.com/llms.txt
    status: 404
  - url: https://na.login.elephas.com/bf865bf1-740f-49ec-922c-9b2c233faa13/B2C_1A_SMART_HRD_SUSI/v2.0/.well-known/openid-configuration
    status: 200
  checked: '2026-08-12'