# From idea to income. (/docs)



<div className="docs-editorial-intro">
  <a href="/">
    <span>
      01 / EXPLORE
    </span>

    <strong>
      Find an opportunity.
    </strong>

    <p>
      Curated use cases and the agents to get started.
    </p>
  </a>

  <a href="/sponsors">
    <span>
      02 / PARTNER
    </span>

    <strong>
      Support the next build.
    </strong>

    <p>
      Founding website sponsorships. YouTube coming soon.
    </p>
  </a>
</div>

MMB is a free inspiration database of Grokbot use cases for saving time, reducing costs, and generating revenue. Fresh use cases are added every week. Each curated guide includes the opportunity, a labeled dollar value and its assumptions, a prospective customer, recommended Grok bots, implementation steps, and a starting brief.

## Explore without an account [#explore-without-an-account]

```bash
curl "$MMB_BASE_URL/api/v1/usecases"
curl "$MMB_BASE_URL/api/v1/usecases/clip-bot"
```

Set `MMB_BASE_URL` to the deployment you are using. Both use cases and bot templates are public. A key is optional for higher API limits and usage tracking; creating a reader subscription is disabled.

## Build with the library [#build-with-the-library]

* [Use cases](/docs/usecases) — entries with implementation guides and agent recommendations.
* [Bots](/docs/bots) — individual Grok bot templates.
* [Authentication](/docs/authentication) — optional library keys and scoped sponsor access.
* [MCP](/docs/mcp) and [CLI](/docs/cli) — browse from your agent or terminal.

## Sponsor the work [#sponsor-the-work]

Sponsors fund the free library through website placements. YouTube integrations are coming soon. [Choose a package](/sponsors), add brand details, and pay once. Creative review happens before publication.

The [sponsorship guide](/docs/sponsorships) explains the same flow through scoped API calls. [OpenAPI JSON](/openapi.json) contains every request and response schema. Append `.md` to any guide URL for an agent-readable version.

## Ask Make Money Bot [#ask-make-money-bot]

[Ask Make Money Bot](/ask-make-money-bot) is a preview of our Grok bot template. It includes database access instructions and a first prompt:

> Help me find three ways to save time or make money with Grok bots. Ask me about my work first.

Copy the template instructions into Grok Bot to give it the MMB database URLs, guidance for source-linked ideas, and dollar-value assumptions. The published Grok template link is coming soon. Questions run in Grok Bot.

To connect another agent directly, use the free [database](/api/v1/usecases) or [MCP](/docs/mcp). No API key is required.
