discovery_signup
ActiveTool of Disco
Create a Disco account and get an API key. Provide an email address to start the signup flow. If email verification is required, returns {"status": "verification_required"} — the user will receive a 6-digit code by email, then call discovery_signup_verify to complete signup and receive the API key. The free tier (10 credits/month, unlimited public runs) is active immediately. No authentication required. Returns 409 if the email is already registered. Args: email: Email address for the new account. name: Display name (optional — defaults to email local part).
Parameters schema
{
"type": "object",
"title": "discovery_signupArguments",
"required": [
"email"
],
"properties": {
"name": {
"type": "string",
"title": "Name",
"default": ""
},
"email": {
"type": "string",
"title": "Email"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Disco
https://github.com/leap-laboratories/discovery-engine
2/7 registries