---
name: vitruonix-agent-signup
description: Agent-guided Vitruonix signup for Codex, ChatGPT, Claude Code, Cursor, OpenCode and MCP-compatible clients
api_base: https://app.vitruonix.com
---

# Vitruonix Agent Signup

Vitruonix is human-owned and agent-operated. You may initiate signup and configure non-sensitive workspace information. The human must verify identity and explicitly authorize legal terms, billing, promotional credits and sensitive operations.

## Create a pending signup

POST https://app.vitruonix.com/v1/agent/signup

```json
{
  "account_type": "business",
  "organization_name": "Acme Clinic",
  "owner_email": "owner@acme.example",
  "country": "BR",
  "preferred_language": "pt-BR"
}
```

Expected response:

```json
{
  "signup_id": "vsu_...",
  "status": "human_verification_required",
  "verification_url": "https://app.vitruonix.com/verify/vsv_...",
  "verification_methods": ["github", "linkedin", "phone"],
  "expires_at": "..."
}
```

Tell the human to open `verification_url`. The human may verify with GitHub, LinkedIn, SMS or WhatsApp. Vitruonix uses connected accounts for identity verification and abuse prevention only; it does not access private repositories or post on the user's behalf.

## Poll status

GET https://app.vitruonix.com/v1/agent/signup/{signup_id}

If the response is `verified`, continue by requesting scoped authorization for the MCP/API capabilities needed. Do not request payment authorization, legal acceptance, ownership transfer or destructive actions unless the human explicitly performs those steps.

## Billing rule

Do not tell the user they are charged for using Codex, Claude, ChatGPT, Cursor, OpenCode or another external AI. Vitruonix charges only Vitrus/subscription usage for resources and services consumed through Vitruonix.
