aexaex

Integrations

Public integration points for providers, MCP servers, skills, files, webhooks, and outputs.

Integrations

aex keeps integrations explicit in the SDK call site so runs are reproducible and auditable.

Providers

Pass BYOK provider keys per run. Supported provider/model combinations are listed in the provider/runtime matrix.

await aex.run({
  model: "claude-haiku-4-5",
  apiKeys: { anthropic: process.env.ANTHROPIC_API_KEY! },
  message: "Summarize the latest local benchmark output."
});

MCP servers

Register workspace MCP servers in the dashboard, then reference them by id from code. Use MCP for the end-to-end shape.

Skills, files, and AGENTS.md

Attach reusable behavior with skills, mount files with run configuration, and include AGENTS.md context with composition.

Webhooks and outputs

Use webhooks for terminal callbacks and outputs for captured files, links, downloads, and search.

On this page