# Primeiros passos

Welcome to the **MoreLogin Developer Documentation**!

MoreLogin oferece aos desenvolvedores controle total sobre perfis de navegador e telefones em nuvem por meio de vários caminhos de integração – desde APIs RESTful e fluxos de trabalho visuais de RPA até automação de linguagem natural com tecnologia de IA. Escolha a abordagem que se adapta ao seu fluxo de trabalho.

## Escolha seu caminho de integração

### Referência de API – Crie integrações personalizadas

Best for developers building backend services, automation scripts, or custom tooling.

MoreLogin exposes two complementary API surfaces:

|  | API local | API aberta |
|  --- | --- | --- |
| **Continua** | Sua máquina (`http://127.0.0.1:40000`) | Nuvem (`https://api.morelogin.com`) |
| **Gerencia** | Perfis de navegador + telefones na nuvem | Apenas telefones na nuvem |
| **Autorização** | Nenhum (host local) | Token de acesso OAuth2 |
| **Melhor para** | Desktop automation, Selenium/Playwright/Puppeteer | Orquestração remota em escala |


**Get started →** [API Quickstart](/pt/api-reference/getting-started/quickstart) · [Local vs Open API](/pt/api-reference/getting-started/local-vs-open-api) · [Code Examples](/pt/api-reference/examples)

### RPA – Automação Visual Sem Código

Best for operations teams and anyone who wants to automate without writing code.

- **Drag-and-drop** workflow builder for Cloud Phone tasks
- **Simulate human actions** — tap, swipe, input text, wait, loop
- **Template marketplace** — use community templates or build your own
- **Schedule execution** — run workflows on a timer or trigger via HTTP webhook
- **Gatilhos externos** — integração com [Make](/pt/rparobotic-process-automation/04-integration/make), [Zapier](/pt/rparobotic-process-automation/04-integration/zapier) ou [n8n](/pt/rparobotic-process-automation/04-integration/n8n)


**Primeiros passos →** [Introdução ao RPA](/pt/rparobotic-process-automation/01-overview/01-rpa-introduction) · [Crie sua primeira programação](/pt/rparobotic-process-automation/02-using-rpa/02-create-schedule)

### AI Agent Integrations — Natural Language Control

Best for AI developers who want LLMs to autonomously manage browsers and cloud phones.

**MCP Standard** — For Cursor, Claude Desktop, and CLI agents (Claude Code, Cline):

- Conecte-se por meio do Model Context Protocol (MCP)
- Control browser profiles and perform in-page automation through conversational prompts
- → [Guias de configuração do MCP](/pt/mcp)


**Agent Skills** — For OpenClaw, Hermes, and other self-hosted agent frameworks:

- Install the MoreLogin skill plugin for autonomous browser and cloud phone management
- CLI commands that agents invoke automatically during reasoning
- → [OpenClaw Integration](/pt/skills/openclaw) · [Hermes Integration](/pt/skills/hermes)


### CLI – Fluxo de trabalho do terminal primeiro

Best for DevOps engineers, QA testers, and CI/CD pipeline automation.

- Manage browser profiles, cloud phones, groups, and tags from the terminal
- Pass arguments via flags or JSON — no HTTP boilerplate needed
- Easy to integrate into **GitHub Actions**, **Jenkins**, or shell scripts


```bash
# Quick taste
morelogin env list --page 1 --size 10
morelogin env start --env-id <envId>
```

**Get started →** [CLI Quick Start](/pt/cli/quick-start) · [Command Reference](/pt/cli/commands)

### Servidor Linux — Implantação de servidor sem cabeça

Best for teams running browser automation at scale on cloud VMs or dedicated servers without a desktop environment.

- **Headless operation** — run MoreLogin on Ubuntu 24.04 Server via `xvfb` (no monitor or GUI needed)
- **API-driven login** — authenticate via the Local API using your APP ID and API Key
- **CDP forwarding** — use `socat` to expose Chrome DevTools Protocol ports to external automation tools
- **Full automation lifecycle** — create, launch, automate (Playwright / Puppeteer / Selenium), and clean up browser profiles programmatically
- **Battle-tested** — 100% success rate across 100 runs with 4 concurrent sessions on an 8-core VM


**Get started →** [Linux Server Deployment Guide](/pt/linux-server/overview)

## Links rápidos

| Precisa... | Vá para... |
|  --- | --- |
| Uma chave de API ou token de acesso | [Guia de autenticação](/pt/api-reference/getting-started/authentication) |
| Exemplos de código de trabalho (curl/Python/Node.js) | [Visão geral dos exemplos de API](/pt/api-reference/examples) |
| Implantar em um servidor Linux headless | [Guia do servidor Linux](/pt/linux-server/overview) |
| Solução de problemas de erros | [Referência de códigos de erro](/pt/api-reference/getting-started/error-codes) |
| Apoio comunitário | [Discord](https://discord.gg/B3TqtDEnHQ) · [Telegram](https://t.me/moreloginAPI) |