
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@atomicmail/agentic-core
Advanced tools
Atomic Mail agentic core — PoW auth, JMAP, presets, and help for integration hosts.
Shared Atomic Mail runtime for integrations — PoW auth, JMAP batch execution, presets, and help topics.
Use this package when building connectors (Activepieces, custom hosts) instead of shelling out to MCP or AgentSkill.
npm install @atomicmail/agentic-core
import {
createAgentSessionFromKeyValue,
runJmapRequest,
getHelp,
} from "@atomicmail/agentic-core";
const session = await createAgentSessionFromKeyValue({
storage: myHostKeyValueStore,
accountId: "default",
apiKey: process.env.ATOMIC_MAIL_API_KEY,
});
const result = await session.register("myagent01");
// result.apiKey — present on first signup
const jmap = await runJmapRequest({
session,
opsJson: await Deno.readTextFile("presets/list_inbox.json"),
defaultUsing: ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail"],
sourceLabel: "list_inbox.json",
});
const help = await getHelp("presets");
AgentSession — register, JWT refresh, JMAP session cacherunJmapRequest — preset/ops execution with $VAR substitution and attachmentsgetHelp, HELP_TOPIC_LIST — runtime help topicsKeyValueCredentialStore — persist credentials in host storage (Activepieces Store, etc.)createAgentSession, createAgentSessionFromKeyValue — integration session factoryBundled assets: shared/ presets and help topics, presets/ JMAP JSON files.
validate().See the Atomic Mail Agentic repo for full integration guidelines.
FAQs
Atomic Mail agentic core — PoW auth, JMAP, presets, and help for integration hosts.
The npm package @atomicmail/agentic-core receives a total of 155 weekly downloads. As such, @atomicmail/agentic-core popularity was classified as not popular.
We found that @atomicmail/agentic-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.