Understand the mental model
Suppose your team already uses 100xprompt individually and you now want everyone working from the same guardrails. Each developer runs 100xprompt against a project. At team scale you layer shared configuration and policies on top: everyone inherits the same defaults, guardrails, and approved tools, and each developer keeps the local control that makes the agent safe to use.Team settings layer rather than replace. Organization defaults apply everywhere; a
project can tighten or extend them; and each session still asks before doing anything
sensitive. Control flows down, and safety is preserved at every level.
See what you get at team scale
Shared sessions
Turn any working session into a shareable link so teammates can follow the agent’s
reasoning, review a change, or pick up where a colleague left off.
Managed configuration
Ship a common
100xprompt.json with your defaults - models, rules, tool connections -
so every developer starts from the same baseline instead of configuring by hand.Permission policies
Define allow / ask / deny rules for what the agent may read, edit, and run, and roll
them out consistently across the team.
Model & provider control
Standardize on the frontier models your organization approves, and constrain which
providers are available.
Standard tool connections
Distribute a shared set of MCP connections, skills, and commands so everyone has the
same trusted integrations on day one.
Flexible deployment
Choose a fully managed setup or run 100xprompt in your own environment for maximum
control over data flow.
Collaborate with shared sessions and workspaces
Suppose a teammate solved a tricky task and you want to see how. A session is a complete record of that task: the request, the agent’s plan, the files it touched, the commands it ran, and the outcome. Sharing the session turns solo work into team work.Review and hand off
Share a session link so a reviewer can see exactly what changed and why - no need to
reconstruct the agent’s reasoning after the fact.
Onboard by example
New teammates learn your patterns by reading real sessions that solved real tasks in
your codebase.
Standardize the setup
Check a project’s
100xprompt.json, AGENTS.md, and shared skills/commands into your
repo so every clone of the workspace behaves identically.Control the default
Set sharing to manual, automatic, or fully disabled to match your team’s norms - and
unshare any session at any time.
Sharing is opt-in and reversible. You decide whether sessions are shared manually,
automatically, or not at all, and a shared session can always be made private again. See
Sharing for the full walkthrough.
Centralize configuration and policies
100xprompt reads configuration from layered sources. An organization sets sensible defaults; teams and projects refine them. Distribute a shared100xprompt.json with a repository - or
apply it at the machine level - and everyone starts from the same baseline.
- Team defaults
- Project overrides
- Rules & memory
Ship one configuration file with your models, rules, permission policy, and approved
tool connections. Every teammate inherits it automatically when they work in the
repository.
Permission policies in depth
See how allow / ask / deny rules and permission patterns give admins fine-grained control
over what the agent may do.
Standardize models and providers
Pick the intelligence your team relies on and keep everyone on it. 100xprompt supports the leading frontier models across multiple providers, with the controls to hold the team to your approved set.| Control | What it does |
|---|---|
| Default model | Set the model the whole team uses for its primary work. |
| Small / auxiliary model | Choose a lighter model for routine tasks like titling and summarization. |
| Per-agent models | Assign specific models to specialized agents and subagents. |
| Provider allow-list | Restrict availability to only the providers your organization approves. |
| Provider deny-list | Disable providers that would otherwise load automatically. |
| Managed credentials | Point the team at organization-provided access instead of personal keys. |
Choose a deployment option
100xprompt fits how your organization prefers to operate - from a turnkey managed experience to a fully self-managed setup you run yourself.Managed
The fastest path to value. Your team installs 100xprompt, signs in, and starts working
with organization defaults applied. Ideal when you want minimal setup and maintenance.
Self-managed
Run 100xprompt within your own environment for maximum control over where work happens
and how data flows. Ideal for organizations with strict data-handling requirements.
Which option is right for us?
Which option is right for us?
Choose managed when you want the least operational overhead and are comfortable with
a standard setup. Choose self-managed when you need to keep tighter control over your
environment and data flow, or must meet specific internal data-handling requirements.
Both options share the same configuration and permission model, so policies you author
apply either way.
Do policies work the same in both?
Do policies work the same in both?
Yes. Shared configuration, permission rules, model and provider controls, and rules
files behave identically regardless of deployment option. You author policy once and it
applies wherever your team runs 100xprompt.
Can we start managed and move later?
Can we start managed and move later?
Your configuration is portable. Because policies live in configuration your team already
controls, you can adopt 100xprompt quickly and adjust your deployment approach as your
requirements evolve.
Roll out to your team
Suppose you’re bringing 100xprompt to a pilot team and want a clean baseline before you widen access. Work through these steps in order.Define your baseline
Draft a shared
100xprompt.json with your default model, approved providers, and a
starting permission policy that reflects your risk tolerance.Encode your conventions
Add an
AGENTS.md rules file capturing your standards, review expectations, and any
areas the agent should avoid.Package trusted tools
Bundle the MCP connections, skills, and commands your team relies on so everyone gets
the same integrations without manual setup.
Choose a deployment option
Decide between managed and self-managed based on your data-handling needs, then roll out
to a pilot team.
Related
Sharing
Share sessions for review, handoff, and onboarding.
Security & privacy
The safety model, credential handling, and admin controls.
Permissions
Author allow / ask / deny rules for what the agent may do.