CapabilitiesIntegrationsDocsCatalogPricing
Sign In
Start research

Start

Docs homeChoose the right setup path.Getting startedFirst session, files, briefs, and presentations.

Product

WorkspaceChat, experiments, split panes, and artifacts.Library filesUpload and reuse PDFs, CSVs, docs, and datasets.BriefsCited, scannable research documents.PresentationsTemplated, cited stakeholder decks.DashboardsInteractive, filterable analytics views.

Admin

OrganizationsTeams, billing, roles, and account setup.Security & privacyKeys, stored data, revocation, and privacy posture.

Developers

Developer APIOpenAI-compatible and native agent endpoints.MCP serverUse Cortexa inside Claude, Cursor, Codex, and more.IntegrationsSlack, MCP, API keys, and connected workflows.Tool catalogExplore verified research tools and sources.

Documentation

Docs homeGetting startedWorkspaceLibrary filesBriefsPresentationsDashboardsOrganizationsSecurity & privacyDeveloper APIMCP serverIntegrationsTool catalog
Documentation

Research workspace

The workspace combines an agent transcript, generated artifacts, reusable library context, and analysis cells in one session-aware surface.

Open the workspace
Tau-PET endpoints
Biomedical · 3 tool calls
Live
Are tau-PET endpoints replacing amyloid-PET in late-stage Alzheimer trials?
Tools usedPubMedClinicalTrials.gov
In two of three recent late-phase trials, tau-PET correlated more tightly with cognitive decline than amyloid-PET — but the trials are small and heterogeneous.
In two of three recent late-phase trials, tau-PET correlated more tightly with cognitive decline than amyloid-PET — but the trials are small and heterogeneous.
pubmed:30134522trial:NCT04482907
Ask anything worth knowing…

Split pane

Cohort prep
Experiment · pandas
Live
Stratify the cohort by enrollment quarter for the training split.
Tools usedrun_python
Stratified split is balanced (Q1 27% · Q2 26% · Q3 24% · Q4 23%). Saved to splits/.
Stratified split is balanced (Q1 27% · Q2 26% · Q3 24% · Q4 23%). Saved to splits/.
Ask anything worth knowing…

Core concepts

The workspace is organized around a research session. Each surface either adds context, generates output, or helps continue the work.
Sessions
Conversation, attachments, artifacts, and analysis runs kept together.
Artifacts
Briefs, decks, charts, structures, and citations render inline; save files to reuse them.
Library context
Attach files to one session, or save them for reuse when the source matters later.
Agent memory
Follow-ups can refer to prior answers and experiment outputs — no re-pasting.

Experiments

Experiment cells are for executable analysis. Use them when you need data preparation, statistical checks, chart generation, or a training pipeline handoff. Later cells can use earlier code and output summaries as context, but generated files are not automatically mounted into a fresh Python run unless they are saved to the Library or passed in explicitly.
Normalize cohort baseline
Experiment 1 · Python
import pandas as pd
import matplotlib.pyplot as plt

df = pd.read_csv("trial-cohort-baseline-2026.csv")
clean = df.dropna(subset=["age", "biomarker_a"])

ax = clean.plot(
    kind="scatter", x="age", y="biomarker_a",
    color="#22d3ee", alpha=0.7, figsize=(7, 4),
)
ax.set_title("Age vs. biomarker A — cleaned cohort")
plt.tight_layout()
plt.savefig("baseline.png", dpi=150)
Results
›Loaded 412 rows · dropped 17 with missing age/biomarker
›Saved figure → baseline.png

Naming experiments

Rename cells to match the analysis intent, such as “Normalize RNA-seq counts” or “Prepare training split.” Titles persist once the session can associate the cell with its saved analysis run.

Split panes

Split panes are designed as session-isolated views. Opening the same session twice will show the same saved state after refresh, but live keystroke-level collaboration is intentionally out of scope until the product adds real-time sync.
Cortexa.

The agent for research teams. 2.2K+ verified tools across every research discipline, every claim cited.

Product

  • Capabilities
  • Integrations
  • Documentation
  • Tool catalog
  • Pricing

Get started

  • Launch the agent
  • Sign in
  • Developer API
  • MCP server

Support

  • Help center
  • Contact us
  • Terms of Service
  • Privacy Policy

© 2026 Cortexa. All rights reserved.

TermsPrivacy·For research context only · Not medical, legal, or financial advice.