Self-service registration
Agents without an API key can now register via email — no dashboard visit required.
- New
scripts/python/register.pyandscripts/node/register.js(send/verify) email a 6-digit code, verify it, mint an API key namedAgentCall 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.