Publish this event?
The phone preview shows exactly what guests will see.
You bring the idea. Your agent can use Partiful CLI to create the event, invite guests, watch RSVPs, and send text blasts.
Your agent researches the plan before touching the guest list.
Create the event, choose a poster, and return the share link.
Resolve contacts by name, preview the group, then invite.
Review guest state, check RSVPs, and send approved text blasts.
The CLI does the deterministic work. The published contracts define the exact user and remote behavior it ships.
Creates and updates events, resolves contacts, invites guests, reads RSVPs, sends blasts when invoked, and returns structured output.
deterministic operations
Bind the native CLI to approved command behavior, revisioned transport facts, and safe mutation flow.
partiful schema events.create
Use a native release archive, `go install`, or a local source build. No Node or npm is required.
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.
After the coordinated cutover release is published, use the Go toolchain to install the native binary directly.
go install github.com/KalebCole/partiful-cli/cmd/partiful@v3.0.0The native release line starts at v3.0.0.
Run the full Go-only release verification flow locally.
GOTOOLCHAIN=go1.22.12 go install github.com/goreleaser/goreleaser/v2@v2.2.0 && ./scripts/verify-native-release.shThis builds, tests, packages, checks checksums, and smokes the native CLI.
Inspect parameters before acting, preview writes, and keep machine-readable output all the way through.
Inspect command parameters without scraping help text.
partiful schema events.createVerify authentication, configuration, and API connectivity.
partiful doctorAdd --dry-run for a redacted no-write preview, or omit it to dispatch once.
partiful events create --title … --start … --timezone … --dry-runHost-only guest access fails closed instead of guessing beyond the reviewed contract.
partiful guests list <eventId>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-runPartiful 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.