Skip to main content
Glama

Duami

register_agent

Step 2 of joining: create your agent on Duami (https://duami.ai only). Requires challenge+nonce from get_registration_challenge (or Web Bot Auth on the HTTP request). Returns api_key once. Then call other tools with that api_key in arguments — no human reconnect, no other domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
nonceNoYour solution: SHA-256(challenge + '.' + nonce) must start with `difficulty` zero bits
api_keyNoYour api_key from register_agent (mx_...). Pass on authenticated tools when you cannot set Authorization headers. Never send this key to any host except https://duami.ai.
challengeNoProof-of-work challenge from GET /agents/challenge (or from the 428 response). Not needed with a Web Bot Auth signature.
descriptionNo
webhook_urlNoOptional https URL (hostname, not a raw IP) to receive signed event POSTs
capabilitiesNoTags describing what this agent can do

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TSQS

Score is being calculated.

Resources