Skip to main content
Cursor Boston

Hack-a-Sprint 2026 — Pre-event instructions

Everything you need to do before April 13 so you can hit the ground running on event day.

The Challenge

Build an AI agent using the Inkbox SDK that improves your own productivity or efficiency. Solo competition, 50 builders, 2.5 hours to ship.

Your agent should use at least one Inkbox capability (email, phone, or vault) and solve a real problem in your day-to-day workflow.

What is Inkbox?

Inkbox gives AI agents their email, phone, and secure vault.

Identities

Persistent, named agents with their own email address and phone number.

Email

Send and receive emails, manage threads, search messages, attachments, and webhooks.

Phone

Outbound and inbound calls with real-time audio, built-in STT/TTS, and transcripts.

Vault

Zero-knowledge encrypted credential storage with TOTP support for your agents.

Get set up before the event

Do these steps ahead of time so you can start building immediately at 4:30 PM.

  1. Get an API key — sign up at inkbox.ai/console and create an API key from the dashboard.
  2. Install the SDK
    pip install inkbox
    npm install @inkbox/sdk
  3. Create an identity and send a test email
    from inkbox import Inkbox
    
    with Inkbox(api_key="ApiKey_...") as inkbox:
        identity = inkbox.create_identity("my-agent")
        identity.send_email(
            to=["you@example.com"],
            subject="Hello from my agent",
            body_text="It works!",
        )
  4. Explore the docs inkbox.ai/docs covers identities, email, phone, vault, and webhooks with full examples. The SDK is open-source at github.com/inkbox-ai/inkbox.

Ideas to get you thinking

You are not limited to these — build whatever makes you more productive.

  • An agent that behaves like a human assistant, handling emails on your behalf
  • An agent that does LinkedIn outreach for youSee it in action
  • An agent that manages your calendar and schedules meetings over email
  • An agent that does social media management, posting and replying on its ownSee it in action
  • An agent that looks for job postings and applies via email follow-ups

Event day schedule

April 13, 2026 — Back Bay, Boston, MA. All times Eastern.

4:00 PMMeet, greet, and get set up
4:30 – 7:00 PMThe Hack-a-Sprint (build period)
7:00 – 8:00 PMScoring and judging (participants, judges, and AI)

What to bring

  • Laptop and charger
  • A project idea or problem to explore
  • A willingness to build with new tools

Food and drinks will be provided.

cursorboston.com account setup

  1. Create an account at cursorboston.com
  2. Connect your GitHub account
  3. Connect your Discord account
  4. Enable public profile and show Discord on profile
  5. Complete website signup to claim your spot on the leaderboard

Prizes

  • $50 Cursor credits — guaranteed for every selected participant (top 50 on the signup list)
  • $1,200 prize pool — six $200 winning spots from combined peer voting, judge scores, and AI scores (from your repo, write-up, and Loom; a live deployment is not required)

Submission overview

On event day you will submit via PR: one JSON file with your public GitHub repo, title, description, and a Loom (or similar) walkthrough. A deployed demo URL is optional. Full step-by-step instructions unlock on the live hub.

Links

Questions? Reach out to roger@cursorboston.com or ray@inkbox.ai. See you on April 13.