# Get started

Source: https://resilis.io/docs/getting-started/

Start from files on your computer with a connected AI agent, or from a GitHub repository in the dashboard.

## Deploy from your computer

Install Git and use an MCP-compatible agent that can access your application files. Add https://mcp.resilis.io as a server, sign in to Resilis, and review the requested access.

Ask your connected agent to deploy your local workspace. Select or create the project and environment, review configuration and the files being uploaded, and approve the deployment. Keep secrets out of source files.

## Deploy from GitHub

In the dashboard, connect your GitHub repository and select the branch to deploy. Review the source, build settings, environment variables, and compute target before running the app.

## Create the application path

Create a project and environment, choose a workspace or repository, configure the application, and attach the data or storage resources it needs.

## Deploy and inspect

Deploy the selected source through Resilis. Check deployment status, bounded logs, metrics, and the serving result before treating the release as healthy.

## Use agents carefully

An external agent may change source or request scoped Resilis operations. Keep authorization and review appropriate to the operation, especially for production and destructive actions.
