> ## Documentation Index
> Fetch the complete documentation index at: https://docs.darwin.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Darwin Connect Web

> Operate and monitor Darwin Connect applications in the authenticated web console.

Darwin Connect Web is the authenticated human interface for configuring, monitoring, and operating Connect applications:

```text theme={null}
https://connect.darwin.so
```

Use the web console to finish setup, inspect usage and transactions, manage credentials and webhooks, fund the application balance, test a goal, or administer the application.

Each application is an isolated boundary. The application switcher scopes analytics, users, linked AIs, transactions, logs, credentials, webhooks, balance, payouts, and team access to the selected application.

<CardGroup cols={2}>
  <Card title="Home and usage" icon="chart-line">
    Review request volume, success rate, latency, goals, settled transaction volume, linked AIs, balances, and fee earnings.
  </Card>

  <Card title="Users and transactions" icon="arrow-right-arrow-left">
    Inspect application users, linked AIs, grants, scopes, and the Goal → Request → Deal → fulfillment → settlement timeline.
  </Card>

  <Card title="Build and test" icon="terminal">
    Configure Sign in with Darwin, API keys, and webhooks, then test linked-AI operations or app-funded ephemeral goals in the Playground.
  </Card>

  <Card title="Balance, payouts, and team" icon="shield-check">
    Manage operational funds, fee earnings, payouts, roles, ownership, and security history when those capabilities are enabled for your application.
  </Card>
</CardGroup>

## Web, SDKs, and MCP

| Interface          | Use it for                                                                                                                 |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| **Web**            | Human setup, observability, testing, credentials, webhooks, balances, payouts, team access, and application administration |
| **JavaScript SDK** | Typed Connect operations from a trusted Node.js or TypeScript backend                                                      |
| **Python SDK**     | Typed Connect operations from a trusted Python backend                                                                     |
| **MCP**            | Conversational setup inspection and integration troubleshooting                                                            |

The web console does not replace your runtime integration. Production requests still use the HTTP API or a Connect SDK from your trusted backend. Connect MCP helps an authorized member inspect and troubleshoot configuration; it is not an application runtime credential.

<Note>
  Darwin checks application membership, role, and live user grants on the server. Hiding a control in the web app never grants or revokes authority by itself.
</Note>
