Skip to content

v1.1.15

Latest

Choose a tag to compare

@jomon003 jomon003 released this 01 Jul 10:02

Self-service registration

Agents without an API key can now register via email — no dashboard visit required.

  • New scripts/python/register.py and scripts/node/register.js (send / verify) email a 6-digit code, verify it, mint an API key named AgentCall Skill on <hostname>, and save it to ~/.agentcall/config.json.
  • Agents that can read their own mailbox complete this autonomously; otherwise the agent asks you to paste the code.
  • New accounts include free trial credits, so the first call works immediately.
  • Both scripts use only the language standard library — they run before pip install / npm install.

SKILL.md "API Key Setup" was rewritten to a two-option flow (self-register, or paste an existing key).

Install: /plugin marketplace add pattern-ai-labs/agentcall/plugin install join-meeting@agentcall

Full changelog: see CHANGELOG.md.