MyAIforOne MyAIforOne
Agent List Boards Processes Projects Admin
Loading channels...
Loading spaces...
Loading organizations...

Team Configuration

Platform-wide team settings with per-team exceptions. First up: scheduled collection — the deterministic Team Home gather run on a schedule so pages are fresh before anyone opens them (zero LLM; each team runs as a team-collect-* goal on its team agent, visible in Automations).
Teams
Schedule: Default follows the system schedule above; Off excludes the team; Custom gives it its own. Remember to hit Save above after schedule changes.
Loading…
Settings
Manage Claude accounts, service options, and global defaults.
Instance ID
Globally unique identifier for this install. Generated on first boot. Used by integrations to scope per-install identity.
Profile
Your identity — agents can use this to personalize responses
Feature Flags
Toggle platform modules on or off
AI Gym
Personal AI coaching, training programs, and skill dimension tracking
Pipedream Integration
Connect any of ~3,000 third-party apps (QuickBooks, Gmail, Notion, HubSpot, etc.) to your agents via OAuth, served through the hosted Pipedream bridge.
Process Agents
Deterministic, version-pinned agents that own one business process end-to-end (steps + policies + engines + runs + sign-offs). Adds a top-right Processes entry, the /processes UI, the /api/processes/* endpoints, and the agentClass:"process" creation path. No LLM tokens consumed during runs.
Project Agents
Judgment-driven PM agents that each own one project end-to-end via an adaptive heartbeat loop (tasks + dependencies + workstreams + policy gates). Adds a top-right Projects entry, the /project-agents UI, the /api/project-agents/* endpoints, and the agentClass:"project" creation path. Distinct from legacy Projects (the entity container at /projects).
Coordinator Agents
Single-surface agents that delegate to specialists via Agent Execution Contexts. Any agent can be a coordinator. Adds peek_agent and delegate_to_agent MCP tools, capability registry injection, and conversation identity tagging. Delegates run in the target agent's own session with its own MCPs.
Rooms & Pods
Multi-participant chat threads where people and multiple agents collaborate. A Standard Room is a shared transcript with each agent reasoning privately; a Pod attaches an agentClass:"pod" agent that injects its charter, memory, and the shared transcript into every member turn for true cross-agent awareness plus an optional facilitator. Adds a top-right Rooms entry, the /rooms UI, and the /api/rooms/* endpoints.
Finney Attention Loop
One ranked queue of everything that needs YOU, owned by Finney. Gathers blocked agents (ask_human), pending approvals, tasks where you hold the baton, awaiting-human A2A edges, failed scheduled work, and your connected calendar/email/notes — ranks them on a zero-LLM heartbeat every 10 minutes, and renders them at /brief plus a board widget. Adds the notify_finney verb so any agent can surface something you should see, and gives every agent a one-line prompt note telling it Finney exists. Turning this ON creates the preset finney-default feed (Gmail, Calendar, Granola, Notion — unauthorized until you connect them) and seeds Finney's triage goal. Requires a restart to take full effect.
Agent-to-Agent (A2A) Layer
The governed agent→agent comms layer: every message/delegation becomes an attributed envelope in a per-team comms ledger with thread collation, org-chart access policy (manager↔reports open; peers & cross-team need explicit allows/grants), loop & cost guards, and live intervene controls on the Team Home ⚡ Activity tab. Turning this ON starts enforcing the access policy and activates the new a2a_* agent verbs. Takes effect immediately; turning OFF drains (running exchanges finish, new ones are refused).
Work Item Ledger (work tracking)
The opt-in accounting layer: every accepted chat turn on an enabled agent gets a durable work item, promoted to real work only by deterministic execution evidence. This switch is the availability master gate — turning it OFF prohibits tracking everywhere and guarantees zero ledger writes, regardless of any agent or session opt-in. Takes effect immediately.
Spaces (share & receive)
Sharing this gateway's agents out and receiving other desktops' / clouds' spaces now lives in the Spaces tab.
Hostname Alias
Point <name>.local at 127.0.0.1 so you visit the gateway at a friendly URL during demos. Edits /etc/hosts once; needs one system permission prompt.
When enabled and installed, the desktop app opens to finney.local:4888 instead of localhost.
.local
Lowercase letters, digits, hyphens. 1–30 characters. Default: finney.
Loading current status…
Writes a two-line block into /etc/hosts (v4 + v6). Removing reverses it cleanly. The block is bracketed by marker comments so it can never accidentally overwrite an unrelated row.
Audit
Scope which agents have their tool calls written to the audit log
Audit writes are tiny (~150 bytes per tool call) but the log grows over time. Scope it to keep signal high.
Voice Mode
Talk to and listen to your agents — pluggable TTS + STT providers
When enabled, the chat UI shows a 🔊 Play button on agent replies and a 🎤 mic button for speaking input. When disabled, voice features are hidden.
Browser uses Web Speech API (no key). Grok requires an xAI API key in the AI Models tab.
Long replies get truncated to this length when read aloud.
When ON, the chat reads new agent replies aloud automatically.
Default for new voice sessions. Tap to Talk = single-turn tap-to-talk; Hands-Free = continuous listen→send→speak loop. Each voice session can override this.
License
MyAIforOne license key for platform activation and feature gating
🔒
Security & Encryption
API keys are encrypted at rest using your OS keychain
Mode
Encrypted
Plaintext
Service
Low-level install paths & ports — restart required for most changes
AI Models
Choose the model your agents run on, sign in to Claude & ChatGPT, store provider API keys, and optionally bridge to local open-source models via Ollama.
Claude Accounts
Sign in to one or more Claude accounts and pick which one agents use by default
Used for agents without a per-agent account override. Switch when credits run out — saves instantly.
Loading...

Add Account
The config directory is derived automatically from the account name — main uses ~/.claude, any other name uses ~/.claude-{name}.
Default Claude Model
The model every Claude agent uses unless overridden per-agent
Passed as --model to claude -p for every agent. A per-agent /model command still overrides this. Leave on default to let Claude Code pick.
Saves every AI Models tab — Claude default model, Codex, provider keys, and multi-model settings — together.
Local Models (Ollama)
Run agents on open-source models served by Ollama — on this machine, or any Ollama URL you point at (a Railway-hosted Ollama works too). Gated by the Multi-Model master toggle on the AI Models tab.
Requires Ollama + a downloaded model
Step 1 — Install Ollama
macOS: curl -fsSL https://ollama.com/install.sh | sh
Windows: Download from ollama.com/download
🐧 Linux: curl -fsSL https://ollama.com/install.sh | sh
Step 2 — Pull a model
ollama pull gemma2 ollama pull llama3.1 ollama pull mistral
Step 3 — Set executor on an agent
In the agent's config, set executor to ollama:gemma2 (or whichever model you pulled). Agents without an executor field will use the Platform Default below.
Same save as the AI Models tab — one settings payload.
Credentials & Connections
Two ways to give agents access to an app, side by side: paste-in API keys (inherited by agents) and first-party OAuth account connections (tokens held by the broker).
🔒
Encryption Status
Loading...
🔑
Shared Keys
Defaults inherited by every agent that uses the MCP. Stored encrypted at PersonalAgents/mcp-keys/<mcp>.env.enc.
Loading...
👤
Per-Agent Overrides
Read-only summary. Edit a specific agent's keys from Agents → Agent Config → MCPs.
Loading...
Organization & Users
Your organization is this gateway's tenant — the company everyone here belongs to. Users sign in with their own email and password; roles control what they can do.
🏢 Organization
👥 Users
Loading users...
Connected Registries
Browse and publish to private team registries alongside the public one. Paste an invite from your team's registry admin — or a URL plus key. Keys are shown only once when issued — if you lose one, ask the admin to regenerate it (the members table lives under the Host tab).
Loading…
Add a registry
Context Engine
Controls the personal data pipeline — the engine that pulls from sources (Gmail, Calendar, Slack, Notion) on schedule and fans the records out to your contexts.
📊 Status
Engine Master Switch
Loading...

When on, every enabled source runs on its configured cron schedule. When off, no scheduled pulls fire — but you can still trigger a manual pull from this page or from any source's detail page. Per-source and per-context enable flags still apply.

📊 Engine Stats
Loading stats...
Active Schedule
Loading schedule...
📜 Recent Pulls
Loading recent pulls...
🔧 Controls
Manual run
Manage Sources & Contexts →

Pull All runs every enabled source sequentially, ignoring schedule. To re-register cron tasks after editing a schedule outside the UI, use Reload from disk inside the Active Schedule section above.

⚙ Configuration
🔑 Google OAuth Client
Required so Gmail and Calendar sources can pull on your behalf. One client serves all Google sources across all Contexts.
🔗 LinkedIn OAuth Client
Required so the LinkedIn MCP can be authorized from the agent Configure surface. One client serves every attached LinkedIn account (multi-account supported).
🛡 Personal Contexts settings
Optional capabilities for the Personal Contexts pipeline (Gmail / Calendar / Slack / Notion).
Platform Updates
Check for new versions of MyAIforOne.
Version Status
Installed version: --
Latest version: --
Data backup
Back up your MyAIforOne data drive on demand. Your data lives outside the app bundle and survives updates + reinstalls.
📁 Your app data is stored at
Loading paths…
💾 Back up now

Pick a folder on your computer. We'll write a ZIP archive of PersonalAgents/, PersonalRegistry/, and config.json there.

Schedule automatic backups COMING SOON

Automatic weekly backups to a folder of your choice. Not yet available — use Back up now above until this ships.

Terms of Service
The agreement that governs your use of Finney. Select a section to read it.
Last updated: July 31, 2026  ·  meetfinney.finance

1. Introduction & Acceptance

These Terms of Service (the "Terms") govern your access to and use of Finney, an AI-powered finance automation platform available at meetfinney.finance ("Finney", "we", "us", or "our").

1.1 Agreement to these Terms

By creating an account, accessing, or using Finney, you agree to be bound by these Terms. If you are using Finney on behalf of an organization, you represent that you are authorized to bind that organization, and "you" refers to that organization.

1.2 Related policies

Your use of Finney is also subject to our Privacy Policy and any product-specific terms we publish at meetfinney.finance, all of which are incorporated into these Terms by reference.

1.3 If you do not agree

If you do not agree to these Terms, do not access or use Finney.

2. Definitions

These defined terms are used throughout the Terms.

2.1 Core terms

  • "Service" means the Finney platform, its AI agents, integrations, dashboards, APIs, and related features.
  • "Customer Data" means the financial and business data, files, and information you or your users submit to or connect with the Service.
  • "Output" means the content, analyses, summaries, reports, or actions generated by the Service in response to your inputs.
  • "User" means an individual you authorize to access the Service under your account.
  • "Order" means a subscription selection, plan, or order form under which you purchase access to the Service.

3. The Finney Service

Finney provides AI agents and automation tools designed to help you work with financial data and finance workflows.

3.1 What the Service does

Finney lets you deploy AI agents that can read, organize, summarize, and take configured actions across your finance tools and data. Specific features depend on your plan and the integrations you enable.

3.2 Autonomous and automated actions

Some features allow agents to act on your behalf, including through connected third-party services. You are responsible for the scope, permissions, and instructions you give your agents, and for reviewing actions they take.

3.3 Changes to the Service

We may add, modify, or remove features over time to improve the Service. We will not make changes that materially reduce core functionality of a paid plan during your paid term without a comparable replacement or a pro-rata refund.

4. Eligibility & Accounts

4.1 Eligibility

You must be at least 18 years old and capable of forming a binding contract to use Finney. The Service is intended for business and professional use.

4.2 Account registration

You agree to provide accurate account information and to keep it current. You are responsible for all activity that occurs under your account and for the acts and omissions of your Users.

4.3 Account security

You are responsible for safeguarding your credentials and any access tokens for connected services. Notify us promptly through meetfinney.finance if you suspect unauthorized use of your account.

5. Acceptable Use

You agree to use the Service lawfully and responsibly. You will not, and will not permit your Users to:

5.1 Prohibited conduct

  • Use the Service for any unlawful, fraudulent, or deceptive purpose, including money laundering or evading financial regulations.
  • Upload data you do not have the right to use, or that infringes the rights of others.
  • Attempt to reverse engineer, disrupt, overload, or gain unauthorized access to the Service or its infrastructure.
  • Use the Service to build a competing product, or resell it without our written permission.
  • Introduce malware, or use the Service in a way that harms Finney, other users, or third parties.

5.2 Enforcement

We may investigate suspected violations and may suspend or limit access to protect the Service, our users, or third parties, as described in Section 15.

6. AI Outputs & Financial Disclaimer

Finney is not a financial, investment, tax, accounting, or legal adviser. Outputs are generated by AI for informational and productivity purposes only, may contain errors, and must be independently reviewed and verified before you rely on them or act on them.

6.1 No professional advice

Nothing generated by the Service constitutes financial, investment, tax, accounting, or legal advice, or a recommendation to enter into any transaction. You should consult a qualified professional before making financial decisions.

6.2 Nature of AI Output

AI systems can produce inaccurate, incomplete, or misleading results ("hallucinations"). You are responsible for reviewing Output for accuracy and suitability for your circumstances before use.

6.3 Your responsibility for actions

Where you configure agents to take automated actions, you remain solely responsible for those actions and their consequences. Keep appropriate human review in place for financial operations.

6.4 Ownership of Output

As between you and Finney, you own the Output generated from your inputs, subject to your compliance with these Terms and the rights of any third-party model or data providers.

7. Fees & Billing

7.1 Fees

You agree to pay the fees for the plan or Order you select. Unless stated otherwise, fees are in U.S. dollars and exclusive of applicable taxes, which are your responsibility.

7.2 Billing and renewal

Subscriptions are billed in advance on a recurring basis and renew automatically for the same period unless cancelled before the end of the current term. You authorize us to charge your payment method on file for recurring fees.

7.3 Cancellation and refunds

You may cancel at any time; cancellation takes effect at the end of your current billing period. Except where required by law or expressly stated, fees are non-refundable.

7.4 Late or failed payment

If a payment fails or is overdue, we may suspend access until amounts are paid. Plan details and current pricing are available at meetfinney.finance.

8. Data, Privacy & Security

8.1 Your data

You retain all rights in your Customer Data. You grant us the limited rights necessary to host, process, and use it to provide, secure, and improve the Service and to comply with law.

8.2 Privacy

Our handling of personal information is described in our Privacy Policy at meetfinney.finance, which forms part of these Terms.

8.3 Security

We maintain reasonable technical and organizational measures designed to protect Customer Data. No method of transmission or storage is fully secure, and you are responsible for configuring access and permissions appropriately.

8.4 Aggregated data

We may create and use aggregated or de-identified data that does not identify you or any individual to operate, analyze, and improve the Service.

9. Confidentiality

9.1 Confidential Information

Each party may access non-public information of the other that is marked or reasonably understood to be confidential. The receiving party will use it only to perform under these Terms and will protect it with reasonable care.

9.2 Exclusions

Confidentiality obligations do not apply to information that is public through no fault of the receiving party, already known, independently developed, or rightfully received from a third party.

9.3 Compelled disclosure

A party may disclose Confidential Information if required by law, and where permitted will give the other party reasonable prior notice.

10. Intellectual Property

10.1 Our IP

Finney and its licensors retain all rights, title, and interest in the Service, including its software, models, designs, and documentation. No rights are granted except as expressly set out in these Terms.

10.2 Your license to use the Service

Subject to these Terms and payment of applicable fees, we grant you a limited, non-exclusive, non-transferable right to access and use the Service for your internal business purposes during your subscription.

10.3 Feedback

If you give us feedback or suggestions, you grant us a perpetual, royalty-free right to use it to improve the Service without obligation to you.

11. Third-Party Services & Integrations

11.1 Connected services

The Service can connect to third-party tools (for example accounting, banking, or payment platforms) that you choose to enable. Your use of those services is governed by their own terms, and we are not responsible for them.

11.2 Authorization

By connecting a third-party service, you authorize Finney to access and exchange data with it as needed to provide the features you request, within the permissions you grant.

11.3 Availability

Third-party services may change or become unavailable, which can affect related Finney features. We are not liable for interruptions caused by third parties.

12. Warranties & Disclaimers

12.1 Mutual authority

Each party represents that it has the authority to enter into these Terms and will comply with laws applicable to its performance.

12.2 "As is"

Except as expressly stated, the Service is provided "as is" and "as available." To the fullest extent permitted by law, we disclaim all other warranties, express or implied, including merchantability, fitness for a particular purpose, and non-infringement, and do not warrant that the Service will be uninterrupted, error-free, or that Output will be accurate.

13. Limitation of Liability

13.1 Exclusion of indirect damages

To the fullest extent permitted by law, neither party will be liable for indirect, incidental, special, consequential, or punitive damages, or for lost profits, revenue, data, or goodwill, arising out of or relating to these Terms or the Service.

13.2 Cap on liability

Each party's total aggregate liability arising out of or relating to these Terms will not exceed the amounts you paid to Finney for the Service in the twelve (12) months preceding the event giving rise to the claim.

13.3 Exceptions

These limitations do not apply to a party's liability for fraud, willful misconduct, or amounts you owe for the Service, or to the extent such limitations are prohibited by law.

14. Indemnification

14.1 Your indemnity

You will defend and indemnify Finney against third-party claims arising from your Customer Data, your use of the Service in violation of these Terms, or actions taken by agents you configured.

14.2 Our indemnity

We will defend and indemnify you against third-party claims alleging that the Service, as provided by us and used in accordance with these Terms, infringes that third party's intellectual property rights.

14.3 Procedure

The indemnified party must promptly notify the other of the claim, allow the indemnifying party to control the defense, and provide reasonable cooperation. No settlement imposing obligations on the indemnified party may be made without its consent.

15. Suspension & Termination

15.1 Termination by you

You may stop using the Service and cancel your subscription at any time, effective at the end of your current billing period.

15.2 Suspension or termination by us

We may suspend or terminate your access for material breach of these Terms, non-payment, legal or security risk, or misuse of the Service. Where practical, we will give notice and an opportunity to cure.

15.3 Effect of termination

On termination, your right to use the Service ends and outstanding fees become due. We will make your Customer Data available for export for a reasonable period, after which we may delete it in the ordinary course.

15.4 Survival

Provisions that by their nature should survive termination — including fees owed, confidentiality, intellectual property, disclaimers, liability limits, and indemnification — will survive.

16. Changes to These Terms

16.1 Updates

We may update these Terms from time to time. For material changes, we will provide reasonable notice, such as by posting the updated Terms at meetfinney.finance or notifying you in-product.

16.2 Acceptance

Changes take effect on the date stated in the update. Your continued use of the Service after that date constitutes acceptance of the updated Terms.

17. Governing Law & Disputes

17.1 Governing law

These Terms are governed by the laws of the State of Delaware, United States, without regard to its conflict-of-laws rules.

17.2 Informal resolution

Before filing a claim, the parties agree to try in good faith to resolve any dispute informally by contacting each other through meetfinney.finance.

17.3 Venue

Subject to any applicable mandatory law, the parties submit to the exclusive jurisdiction of the state and federal courts located in Delaware for any dispute not resolved informally.

18. General Provisions

18.1 Entire agreement

These Terms, together with any Order and the policies referenced here, are the entire agreement between you and Finney regarding the Service and supersede prior agreements on the subject.

18.2 Severability & waiver

If any provision is held unenforceable, the remaining provisions stay in effect. Our failure to enforce a right is not a waiver of it.

18.3 Assignment

You may not assign these Terms without our consent. We may assign them to an affiliate or in connection with a merger, acquisition, or sale of assets.

18.4 Independent contractors

The parties are independent contractors. These Terms create no partnership, agency, or employment relationship, and no third-party beneficiary rights.

18.5 Force majeure

Neither party is liable for delays or failures caused by events beyond its reasonable control.

19. Contact Us

Questions about these Terms or the Service?

19.1 How to reach us

You can contact us through our website at meetfinney.finance. Please use the contact options listed there for support, billing, privacy, and legal inquiries.