> For the complete documentation index, see [llms.txt](https://docs.pullbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pullbay.com/documentation/getting-started/create-an-account.md).

# Create an Account

Get started with Pullbay in less than a minute. Learn how to create your account, access your dashboard, and begin using the data API with free credits.

## Why Create a Pullbay Account?

Pullbay provides instant access to app store data through a powerful, developer-friendly API. With your account, you get:

* **Free API credits** — No credit card required to start exploring
* **Test and live API keys** — Separate environments for development and production
* **Full dashboard access** — Monitor usage, manage keys, and track credits
* **All endpoints unlocked** — Immediate access to app store reviews, ratings, metadata, and more
* **Community support** — Connect with other developers and get help

## Sign Up Steps

Creating a Pullbay account is simple and takes less than 60 seconds:

{% stepper %}
{% step %}

#### Visit the Dashboard

Go to [https://dashboard.pullbay.com](https://dashboard.pullbay.com/) and click the **Sign Up** button in the top right corner.
{% endstep %}

{% step %}

#### Choose Your Sign-Up Method

Pullbay supports three convenient sign-up options:

**Option A: Email & Password**

* Enter your email address
* Create a secure password (at least 8 characters, mix of letters, numbers, and symbols recommended)
* Click **Create Account**

**Option B: Sign In with Google**

* Click **Sign up with Google**
* Authenticate with your Google account
* Pullbay will create an account using your Google email

**Option C: Sign In with GitHub**

* Click **Sign up with GitHub**
* Authenticate with your GitHub account
* Pullbay will create an account using your GitHub email
  {% endstep %}

{% step %}

#### Verify Your Email

A verification email will be sent to your email address. Check your inbox (and spam folder if needed) and click the verification link to activate your account.

Once verified, your account is fully active and ready to use.
{% endstep %}
{% endstepper %}

## What New Accounts Get

When you sign up, Pullbay automatically grants you:

| Benefit              | Details                                                                        |
| -------------------- | ------------------------------------------------------------------------------ |
| **Free API Credits** | 1,000 credits per month to explore the API (no credit card required)           |
| **Test API Key**     | A test key (prefixed with `test_`) for development and testing                 |
| **Live API Key**     | A live key (prefixed with `live_`) for production use                          |
| **All Endpoints**    | Complete access to app store reviews, ratings, metadata, and more              |
| **Dashboard Access** | Full access to API keys, usage analytics, service health, and billing settings |
| **Documentation**    | Complete API reference, guides, and integration examples                       |

All new accounts start on the **Free Tier**, which provides generous limits for development and small-scale projects.

## Your Dashboard Sections

Once logged in, your Pullbay dashboard gives you access to these key sections:

| Section              | Purpose                                                                                                  |
| -------------------- | -------------------------------------------------------------------------------------------------------- |
| **Overview**         | View your credit balance, recent API usage trends, account status, and quick links to common actions     |
| **API Keys**         | Create, view, rotate, and revoke your test and live API keys; manage key permissions and access          |
| **Usage**            | Detailed breakdown of your API requests by endpoint, date, and response status; track credit consumption |
| **Service Health**   | Real-time status of all Pullbay API endpoints; incident history and maintenance notifications            |
| **Billing**          | Manage your subscription plan, view invoices, purchase additional credits, and update payment methods    |
| **Account Settings** | Update your profile, change password, enable 2FA (if available), manage email preferences                |

## Account Security

Your Pullbay account contains sensitive API keys and usage data. Follow these security best practices:

### Use a Strong Password

If you signed up with email and password:

* Use at least 12 characters with a mix of uppercase, lowercase, numbers, and symbols
* Avoid dictionary words and personal information
* Use a password manager to generate and store your password securely

### Enable Two-Factor Authentication (2FA)

If available in your account settings:

* Navigate to **Account Settings** → **Security**
* Enable 2FA using an authenticator app (Google Authenticator, Authy, etc.)
* Save your backup codes in a secure location

### Protect Your API Keys

* Store API keys in environment variables, never hardcode them
* Rotate keys periodically (at least quarterly)
* Revoke keys immediately if you suspect compromise
* Use different keys for different applications
* Never commit keys to version control systems

### Monitor Account Activity

* Check your **Usage** dashboard weekly to spot unauthorized requests
* Review login history if available in your account settings
* Set up email alerts for unusual activity

## Next Steps

You're now ready to start using Pullbay! Here's what to do next:

1. **Copy your API key** — Go to the **API Keys** section and copy your test key
2. **Read the Authentication Guide** — Learn about test vs. live keys and best practices
3. **Make Your First API Call** — Follow our [First API Call guide](broken://pages/33f7a2ada5b9b02897ecbf9b41fc5e0f636dbbdb) to fetch real data
4. **Explore the API** — Check out the [API Reference](broken://pages/b7e8abe11a3095796b95d24da9edcd74241f4afa) to see all available endpoints
5. **Integrate with Your App** — Use Pullbay to power your analytics, monitoring, or review aggregation

## FAQ

<details>

<summary>Is a credit card required to sign up?</summary>

**No.** Pullbay offers a free tier with 1,000 API credits per month, no credit card required. You can explore the entire API and build proof-of-concept projects without any payment method on file. When you need more credits, you can upgrade your plan or purchase additional credits.

</details>

<details>

<summary>How many free credits do I get?</summary>

**1,000 credits per month.** Each standard API request uses 1 credit. This translates to 1,000 API calls per month on the free tier. Credits refresh on the first day of each month and do not carry over. You can view your current balance and credit usage in your dashboard.

</details>

<details>

<summary>Can I use my Google or GitHub account to sign up?</summary>

**Yes.** Pullbay supports OAuth authentication through Google and GitHub. Simply click the corresponding button during sign-up, authenticate with your existing credentials, and your Pullbay account will be created using your email from that service. This is a convenient way to sign up without creating a new password.

</details>

<details>

<summary>Can I change my email address after signing up?</summary>

**Yes.** Go to **Account Settings** and look for the email section. You'll need to verify your new email address to complete the change. Check your new email for a verification link.

</details>

<details>

<summary>What happens if I forget my password?</summary>

**You can reset it easily.** On the login page, click **Forgot Password**, enter your email address, and follow the reset link sent to your inbox. If you signed up with Google or GitHub, use those services to sign in instead.

</details>

<details>

<summary>How do I upgrade my account to get more credits?</summary>

**Visit the Billing section** in your dashboard. You can either:

* Upgrade to a paid plan for higher monthly credit limits and additional features
* Purchase a one-time credit package to use immediately

See our [Pricing page](https://pullbay.com/pricing) for current plan options.

</details>

<details>

<summary>Is there a way to upgrade my account before exploring the API?</summary>

**Absolutely.** You can explore the API with your free credits first, then upgrade whenever you're ready. There's no commitment or minimum contract. You can also reach out to our support team if you'd like to discuss a custom plan for your use case.

</details>

Start your free account today and begin accessing app store data within seconds!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pullbay.com/documentation/getting-started/create-an-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
