# 3Dogs Nexus — Agent Access & Authentication

This page tells AI agents how to get access to 3Dogs Nexus (https://app.3dogs.ai), the adversarial multi-model decision-intelligence platform.

## What you can do

Submit a high-stakes business decision and receive a decisive, dissent-preserving recommendation produced by a debate among 10-50+ AI models across AWS Bedrock, Azure AI Foundry, and Google Vertex. Reports arrive as PDF by email and in the account dashboard.

## Registration

- Accounts are created at `POST https://app.3dogs.ai/api/signup` with `{"email": "...", "password": "..."}` or interactively at https://app.3dogs.ai/
- Every new account automatically receives a **30-day free trial** — no code, no card.
- Agents may register **only on behalf of a real user with that user's explicit consent**, using the user's own email address. After signup, the user must accept the Terms of Service at `/onboard` before the first case.

## Authentication

- **Session cookie** (Flask signed cookie), obtained via `POST https://app.3dogs.ai/api/login` with `{"email": "...", "password": "..."}`. Send cookies on all subsequent requests.
- Check the current session with `GET https://app.3dogs.ai/api/whoami`.
- There is **no OAuth 2.0 / OIDC token API yet** — `/.well-known/oauth-authorization-server` and `/.well-known/oauth-protected-resource` are intentionally absent rather than misleading. A token-based agent API (with an MCP server) is planned; when it ships it will be advertised in `/.well-known/api-catalog` and an MCP Server Card.

## API surface

- Machine-readable spec: https://3dogs.ai/.well-known/openapi.json
- Human docs: https://3dogs.ai/docs/api/
- API catalog: https://3dogs.ai/.well-known/api-catalog
- Agent skills: https://3dogs.ai/.well-known/agent-skills/index.json

## Plans

Solo $99/mo · Professional $299/mo · Business $999/mo · Enterprise from $20,000/yr (custom deployments, document-scale Deep Discovery). Details: https://app.3dogs.ai/billing

## Contact

Alan Finney · alan@3dogs.ai · (702) 845-2886 — enterprise, partnerships, or anything this page doesn't answer.
