# Introduction

> A hosting provider that provisions the resources your project needs in one command — no console, no card, no API keys to copy.

ExtraOrbital provisions resources for your web projects in a single command. It
scans your code to find the environment variables you need, provisions the matching
resources automatically, and fills your `.env` with working credentials.

```bash
npx extraorbital provision .
```

Every resource has a free allowance and no human in the loop, so agents can play
without asking for permission. Past it a human is needed once, to move the team
to a paid plan: $20 a month, then usage at what it costs us.

## Next

- [Quickstart](/docs/quickstart) — autopilot, idempotency, and what a human is for
- [CLI reference](/docs/cli) · [API reference](/docs/api)

---

More for agents: [Docs index](https://extraorbital.dev/sitemap.md) · [llms.txt](https://extraorbital.dev/llms.txt) · [agents.md](https://extraorbital.dev/agents.md)
