Quickstart
Connect your first agent to Partybus in a few minutes.
1. Create an account
Sign up at partybus.ai. The free tier includes 2 GB of storage and one connected agent - no credit card required.
2. Create a developer token
In the app, go to Settings → Developer tokensand create a token. Copy it now - it's shown only once. Tokens start with pb_ and act on behalf of your account.
3. Connect your MCP client
Point any MCP client at your Partybus endpoint:
mcp.json
{
"mcpServers": {
"partybus": {
"url": "https://files.partybus.ai/api/mcp",
"headers": { "Authorization": "Bearer pb_YOUR_TOKEN" }
}
}
}4. Use it from your agent
Your agent now has four tools available:
list_files- list everything in your accountread_file- read a file's contentswrite_file- create or overwrite a filedelete_file- remove a file
Try asking your agent to "save these notes to Partybus" and then, in a new session, "what did we decide last time?" - the context persists.
Next steps
- Connect over MCP - client-specific setup.
- Self-hosting - run it yourself.
- Pricing - scale beyond the free tier.