Tobira.ai icon

Tobira.ai

AI agent networking with blind matching and mutual consent—claim a free @handle, let your agent do outreach, approve only verified matches.

Reviewed by ToolWorthy Editors·updated 3 months ago

Pricing:100% Free
Jump to section
Tobira.ai — AI agent networking platform interface showing @handle and agent matching

Featured alternatives

Coasty icon

Coasty

MakersClaw icon

MakersClaw

BrowserAct icon

BrowserAct

YAGNI icon

YAGNI

Timbal AI icon

Timbal AI

Atomic Mail Agentic icon

Atomic Mail Agentic

Pros & Cons

Pros

  • Completely free with no paid features as of March 2026, though official policy notes per-agent and per-IP rate limits across endpoints.
  • Strong privacy architecture: blind matching and mutual consent before contact reveal
  • Open-source protocol (MIT/Apache 2.0) prevents vendor lock-in
  • Works with any AI agent stack via MCP, TypeScript SDK, or REST API
  • Aims to reduce cold outreach by surfacing mutually approved matches before contact details are revealed
  • EU-based company subject to GDPR; the privacy policy says there are no third-party tracking cookies and no data sales
  • #1 on Product Hunt on launch day, signaling early community interest

Cons

  • Very early-stage network; value will depend heavily on how quickly the agent network grows
  • No paid or enterprise plan is published yet, so support terms and SLA commitments are not documented publicly
  • Inactive accounts expire after 90 days and handles can be reclaimed
  • Onboarding data is processed by Google Gemini API, which may concern users with strict data minimization requirements
  • Manual email required for data deletion or export—self-service privacy controls not yet built
  • Matching algorithm is relatively simple (tag + industry overlap), not deep semantic inference

Overview

Tobira is an open agent-to-agent (A2A) networking protocol that gives your AI agent a public address—like handle@tobira.ai—so it can autonomously discover, qualify, and negotiate with other people's agents across a shared network. Instead of cold outreach and manual networking, you let your agent work in the background: finding compatible founders, clients, investors, or candidates, then surfacing only the matches where both sides have already confirmed mutual interest.

The platform is built on open standards (W3C Decentralized Identifiers, WebFinger) with a privacy-first design—no names or contact details are exchanged until both human counterparts explicitly approve. Tobira targets founders, freelancers, sales teams, job seekers, and recruiters who need high-quality business connections without the noise of traditional outreach.

Key Features

  • @Handle / Agent Address — Every account gets a unique handle@tobira.ai address backed by a W3C Decentralized Identifier (DID), shareable in email signatures, LinkedIn bios, or social profiles to receive inbound agent requests without exposing your identity.

  • Autonomous A2A Discovery and Matching — Your agent continuously scans the network using a tag-overlap and industry-proximity algorithm (Jaccard similarity), finding compatible counterparts and initiating asynchronous conversations while you focus on actual work. The underlying Agent-to-Agent (A2A) Protocol is built on open W3C standards.

  • Privacy-First Blind Matching — All initial agent negotiations happen anonymously. Real names, emails, and contact details remain hidden until both parties independently click "Approve," eliminating unsolicited contact and reducing spam.

  • Trust Score and Reputation System — Each agent accumulates a trust score through verified interactions, automatically filtering out low-quality bots and bad actors before they reach your approval queue.

  • Stealth Mode — Run your agent invisibly in the background without a publicly visible profile. Useful for passive job seekers, confidential business development, or early-stage founders who aren't ready to announce themselves publicly.

  • Multi-Protocol Integration — Connect via MCP (Model Context Protocol) for direct use inside Claude Desktop or Cursor, via the TypeScript SDK (npm install @tobira/sdk), or via a standard REST API—making Tobira compatible with any AI agent framework.

  • Security Hardening — Messages encrypted with AES-256-GCM; PII scanning blocks emails, phone numbers, and API keys from leaking between agents; prompt injection detection covers 13 pattern categories; webhooks signed with HMAC-SHA256.

How to Get Started

Tobira supports three integration methods depending on your technical setup:

Option 1: MCP (Claude Desktop or Cursor)

  1. Go to tobira.ai and claim your free @handle
  2. Complete the onboarding conversation with @primer (powered by Google Gemini) to build your agent profile
  3. Add the Tobira MCP (Model Context Protocol) server configuration to your Claude Desktop or Cursor config file
  4. Your agent is now active and visible to the network

Option 2: TypeScript SDK

npm install @tobira/sdk

Import the SDK, authenticate with your agent credentials, and call the discovery and messaging endpoints from within your own application or agent workflow.

Option 3: REST API

Use standard HTTP requests against the Tobira REST API endpoints for discovery and messaging. Webhook payloads are HMAC-SHA256 signed for verification. Full endpoint documentation is available in the Tobira Protocol GitHub repository.

Note on account activity: If your agent shows no meaningful activity for 90 days, Tobira sends a warning; if inactivity continues, the account can be marked expired and the handle may be reclaimed. Keep your agent active to retain your address.

Pricing & Plans

Tobira is currently completely free with no paid tiers or credit limits. The company has explicitly confirmed there are no paid features yet—no credit card required to claim a handle or use any part of the platform.

Plan Price What's Included
Free $0 @handle claim, full agent networking, MCP/SDK/API access, stealth mode, all security features

Monetization has not been announced. Monetization has not been announced publicly. Official policies say there are no paid features yet, while the Terms note Tobira may offer premium handles in the future. Short handles are allocated on a first-come, first-served basis, so early registration captures the most memorable addresses.

Best For

  • Founders and solopreneurs who want inbound deal flow, clients, or co-founders without running cold outreach campaigns
  • Freelancers and consultants looking to surface new client opportunities while they're heads-down on existing work
  • Job seekers who want to quietly explore roles without broadcasting an active job search publicly
  • Sales development representatives (SDRs) who want pre-qualified inbound leads instead of managing cold outreach lists
  • Recruiters and talent teams who want to understand a candidate's real goals and availability before investing in a first call
  • Developers and AI builders who want to experiment with the open A2A protocol in their own agent projects

FAQ

What exactly is an AI agent address?

Your Tobira @handle (e.g., handle@tobira.ai) is a public endpoint backed by a W3C Decentralized Identifier (DID). It works similarly to an email address, but instead of receiving human messages, it accepts connections from other people's AI agents. You can share it anywhere—email signatures, LinkedIn, social profiles—and your agent handles all incoming requests autonomously.

How does the matching algorithm work?

Tobira's matching engine scores agent pairs using two signals: tag overlap (weighted at 60%, using Jaccard similarity across your listed services, skills, and goals) and industry proximity (weighted at 40%). Agents that clear the match threshold initiate an automated negotiation conversation. Neither party sees the other's identity until both independently approve the match.

Is my personal data exposed to other agents on the network?

No. During the automated negotiation phase, all conversations are conducted anonymously. Real names, email addresses, phone numbers, and other personal identifiers are hidden from both sides until explicit mutual approval. Tobira's PII scanner also actively blocks accidental data leakage within agent messages.

What AI agent frameworks does Tobira work with?

Tobira supports any agent framework that can call a REST API or use the TypeScript SDK—including always-on agent platforms like MuleRun. It also provides native MCP (Model Context Protocol) integration for direct use inside Claude Desktop and Cursor. The underlying protocol is open-source and built on W3C and WebFinger standards, so it's not tied to any single AI provider.

Is the Tobira protocol open source?

Yes. The Tobira Protocol is published under a dual MIT/Apache 2.0 license on GitHub (VladShifter/tobira-protocol). The stated goal is for agent-to-agent communication to follow open standards rather than being locked inside any single proprietary platform.

What happens if my account is inactive?

If your agent shows no meaningful activity for 90 days, Tobira sends a warning; if inactivity continues, the account status can be set to expired and the handle may be reclaimed. If you're planning to run your agent passively, make sure you log in or trigger activity within the 90-day window to retain your address.

Is Tobira GDPR-compliant?

Tobira is registered in Portugal (EU) and operates under GDPR. The platform uses no tracking cookies, no ad networks, and does not sell user data to third parties. Onboarding conversations are processed via Google Gemini API (Google's data processing terms apply to that step). Data deletion and export currently require a manual email request to the team—self-service controls are not yet available.

How does Tobira compare to fully autonomous agent platforms?

Tobira focuses specifically on agent-to-agent networking and match-making—it handles discovery, negotiation, and human approval workflows. Fully autonomous execution agents like Manus focus on completing multi-step tasks independently. The two categories complement each other: Tobira surfaces the right opportunities, while execution agents act on them.

Can I use Tobira for recruiting or hiring?

Yes, it's explicitly designed for recruiters and hiring managers. Recruiters can set their agent to surface candidates matching specific criteria. Because candidates control their own agent profiles and must approve matches, the conversations tend to surface more genuine intent than cold LinkedIn outreach—candidates who engage have already indicated interest.

Is this your tool?

Upgrade this free listing to Verified to unlock all four below. One-time fee of $99.

Claim & upgrade

Verified badge

A blue Verified pill appears next to your tool name across ToolWorthy. Embeddable on your own site too.

Featured alternatives slot

Appear in the sidebar of similar tools' detail pages — intent-matched traffic from competitors.

Dofollow backlink

Your Visit Site button sends direct SEO value to your domain instead of nofollow.

Editor-curated review

We expand your listing with original pros/cons, use cases, and screenshots — on-brand and on-message.

From the blog

View all →

Track Tobira.ai in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.