---
title: "Get quickstart install script"
method: GET
path: "/quickstart"
tags: ["Quickstart"]
---

# Get quickstart install script

`GET /quickstart`

Returns a bash script that signs up for a Fiber API trial and prints your API key.

The one-liner is:

```bash
curl -fsSL https://api.fiber.ai/quickstart | bash
```

The script handles the full flow end to end:

1. Prompts for a work email and OTP (agents run non-interactively with `--json`).
2. Calls `POST /v1/account/send-otp` and `POST /v1/account/verify-otp`.
3. Stores the returned live API key at `$HOME/.config/fiber/credentials` (mode 0600).
4. Verifies the key with `GET /v1/get-org-credits` and prints the balance.

No authentication is required to fetch the script. The response is `text/x-shellscript`, not JSON — pipe it to `bash`.

## Response `200`

Default Response

---

[API](https://skmtc.net/fiber/apis/fiber-ai-api.md) · [All operations](https://skmtc.net/fiber/apis/fiber-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiber/fiber-ai-api/revisions/87ad9a3ecc4c/schema)
