# Sliplane documentation

Source: https://docs.sliplane.io/

Guides and examples for deploying applications, connecting databases, and managing your infrastructure.

## Build on Sliplane

**Applications**

### Deploy your application

Connect a GitHub repository or use an image from a container registry. Configure your service and deploy it on a managed server.

[Deploy your first application](/introduction/getting-started)

[Deploy from GitHub or a registry](/services/deploying-a-service)

Choose your source and configure the build.

[Configure your service](/services/service-settings)

Set environment variables, ports, and health checks.

[Add a custom domain](/services/custom-domains)

Connect your domain to the running application.

**PostgreSQL**

### Create a PostgreSQL database

Create a managed database, get its connection details, and connect from your application or a database client.

[Create and connect to PostgreSQL](/databases/getting-started)

[Explore managed PostgreSQL](/databases/overview)

Understand the database service and its features.

[Connect with pgAdmin](/databases/gui/pgadmin)

Browse and manage your database with a graphical client.

[Back up your database](/databases/backups)

Understand backups and recovery options.

**Object storage**

### Store files in S3-compatible buckets

Create a bucket and an access key, then upload files using the AWS CLI or an S3-compatible SDK.

[Get started with object storage](/object-storage/getting-started)

[Manage buckets and keys](/object-storage/buckets-and-keys)

Organize your files and manage access credentials.

[Configure browser access](/object-storage/cors)

Set CORS rules for uploads and downloads from your app.

[Review storage limits](/object-storage/limits)

Check limits before connecting your workload.

## Build with your favorite AI agent

Paste into your coding agent to set it up for Sliplane.

Fetch and follow the instructions at https://docs.sliplane.io/agent-setup/prompt.md to set up my coding agent for Sliplane.

### Set up your agent manually

[Setup guide](/mcp/getting-started)

## Automate your workflow

[REST API](https://ctrl.sliplane.io)

Explore endpoints for managing your infrastructure.

[GitHub Actions](/guides/github-actions)

Build and publish container images from your CI pipeline.

[AI tools & MCP](/mcp/getting-started)

Connect your editor or coding agent to Sliplane.

## Run and secure your services

[Volumes & backups](/servers/volumes)

Manage persistent storage and volume backups.

[Private networking](/private-networking/overview)

Connect to services through a private network.

[Access control](/services/access-control)

Restrict which IP addresses can reach your services.

[Service logs](/services/logging)

Inspect application output and troubleshoot problems.

[Server metrics](/servers/metrics)

Monitor resource usage on your servers.

[Teams & billing](/teams/billing)

Understand billing and manage your team's spending.

## Learn and get help

[How Sliplane works](/introduction/concepts)

Get familiar with services, servers, and managed infrastructure.

[Browse guides](/guides)

Follow walkthroughs for integrations and common tasks.

[Get support](/introduction/getting-help)

Find help when something isn't working as expected.
