Skip to main content

6 posts tagged with "Portia"

View All Tags

Build a refund agent with Portia AI and Stripe's MCP server

· 9 min read
Sam Stephens
Backend Engineer
Mounir Mouawad
Co-founder and CEO

Anthropic open sourced its Model Context Protocol (↗), or MCP for short, at the end of last year. The protocol is picking up steam as the go-to way to standardise the interface between agent frameworks and apps / data sources, with the list of official MCP server implementations (↗) growing rapidly. Our early users have already asked for an easy way to expose tools from an MCP server to a Portia client so we just released support for MCP servers in our SDK ⭐️.

In this blog post we show how you can combine the power of Portia AI’s abstractions with any tool set from an MCP server to create unique agent workflows. The example we go over is accessible in our agent examples repository here (↗).

Seamless human agent interactions with just-in-time authorization

· 5 min read
Emma Burrows
Co-founder and CTO
Mounir Mouawad
Co-founder and CEO

In part 1 of this series, we established why there is a need for a Just-In-Time (JIT) authorization system, whereby an agent has the ability to authorize itself only at the point where it is very likely that they will 1/ need that authorization and 2/ that they are clear what they will use it for. In this section, we’ll look at how we have done this at Portia AI.

Why authentication is a challenge for AI agents

· 5 min read
Emma Burrows
Co-founder and CTO
Mounir Mouawad
Co-founder and CEO

AI Agents are a rapidly evolving technology in the AI space. The introduction of LLMs and the ability for LLMs to interact with other software autonomously has paved the way for a new wave of technological innovation. This is an exciting development but it needs appropriate guardrails to ensure that an agent is really enacting your wishes and not sending rogue emails on your behalf to your entire address book. This is the first of a 2-part series that discusses some of the challenges of appropriately authenticating and authorizing agents so they can safely fulfill requests.

Welcome 👋🏼

· 2 min read
Emma Burrows
Co-founder and CTO
Mounir Mouawad
Co-founder and CEO

Welcome to Portia AI's blog! This is a space where we like to share things we're learning along the way, observations on the AI industry in general, and any tinkering and experiments we run on our framework and beyond.

A quick word about us

We are Emma (↗) and Mounir (↗). We want to make it simple for developers to spin up agents that are easy to predict and control, and to complement that with secure and accurate tool calling. We (like to think we) bring relevant experience, having led B2C and B2B product launches at Amazon, Google and Stripe. We are lucky to have recruited some absolute legends on this journey and can't wait to introduce them to you as well. More on our funding soon!

Looking to learn more?

What's next for Browser Agents? 🤔

· 5 min read
Emma Burrows
Co-founder and CTO
Mounir Mouawad
Co-founder and CEO
TLDR

I've been tinkering with browser automation recently (e.g., building a bot to search and buy on Amazon), and Operator’s release got me thinking about the future of these tools. Here are 3 key challenges browser agents face today:
1️⃣   Moving from text-only to multi-modal AI models.
2️⃣   Solving authentication without blending in with bad bots.
3️⃣   Enabling human-in-the-loop collaboration that's seamless and smart.

In this post we unpack these challenges, share insights, and explore what’s next for browser agents. Would you trust browser agents with your day-to-day tasks? Let me know your thoughts! 👇