Your agent has theparty covered.

You bring the idea. Your agent can use Partiful CLI to create the event, invite guests, watch RSVPs, and send text blasts.

Synthetic demo · nothing gets sent
ResearchCompare suitable spots
DraftBuild event + poster
ReviewApprove event details
PublishWaits for event review
InviteWaits for host approval
RemindDraft waits for approval

The complete event lifecycle.

1

Start with the outcome

Your agent researches the plan before touching the guest list.

events create
2

Make it feel real

Create the event, choose a poster, and return the share link.

posters search
3

Bring your people

Resolve contacts by name, preview the group, then invite.

guests invite
4

Keep the energy up

Review guest state, check RSVPs, and send approved text blasts.

guests list · blasts send

One native CLI. One reviewed contract.

The CLI does the deterministic work. The published contracts define the exact user and remote behavior it ships.

Partiful CLI

Creates and updates events, resolves contacts, invites guests, reads RSVPs, sends blasts when invoked, and returns structured output.

deterministic operations

Reviewed contracts

Bind the native CLI to approved command behavior, revisioned transport facts, and safe mutation flow.

partiful schema events.create

Install the native CLI with Go-only tooling.

Use a native release archive, `go install`, or a local source build. No Node or npm is required.

Download a native archive

After the coordinated cutover release is published, fetch the first native major release or a newer tag from GitHub Releases.

gh release download v3.0.0 --repo KalebCole/partiful-cli --pattern 'partiful_v3.0.0_*'

Verify with partiful --version, partiful schema, and partiful doctor.

Built for tools, not screenshots.

Inspect parameters before acting, preview writes, and keep machine-readable output all the way through.

Discover the contract

Inspect command parameters without scraping help text.

partiful schema events.create

Check the setup

Verify authentication, configuration, and API connectivity.

partiful doctor

Preview event writes

Add --dry-run for a redacted no-write preview, or omit it to dispatch once.

partiful events create --title … --start … --timezone … --dry-run

Inspect host-visible guests

Host-only guest access fails closed instead of guessing beyond the reviewed contract.

partiful guests list <eventId>

Send approved text blasts

Preview the redacted request, then use one non-dry-run invocation after approval.

partiful blasts send <eventId> --audience all-guests --message-file note.txt --dry-run

Your turn to bring the idea.

Partiful CLI gives capable agents a deterministic path from event setup to guest operations, with approval gates where people are affected.

Partiful CLI is independent, open-source software and is not affiliated with or endorsed by Partiful. The interactive event above uses synthetic data. Photo by Simi Iluyomade on Unsplash.

Prototype only · no command was run