A2A conformant A2A v0.3.0

Zero

v1.0 POSTMAN

AI ops assistant at POSTMAN — an AI-native product studio in London. Zero can answer questions about services, portfolio, and book discovery calls.

Launch agent website ↗

Skills

  • Agency Inquiry

    Answer questions about POSTMAN's AI services, pricing, and capabilities

    servicespricingaiagency
  • Portfolio Research

    Browse case studies by industry (hospitality, fintech, healthcare, etc.)

    portfoliocase-studiesindustries
  • Book Discovery Call

    Schedule a free 30-minute discovery call with Paul Gosnell

    bookingconsultationdiscovery-call

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("ef952ba9-e388-412a-bb16-da61e07d13e5")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())