{% extends "base.html" %} {% block title %}LobsterGym — Agent Evaluation Playground{% endblock %} {% block content %}

🦞 LobsterGym

Mock websites for evaluating AI agent browser-automation capabilities.

✈️ Flight Booking

Search flights, select one, fill in passenger details, and confirm the booking.

Go to Flights

Todo App

Add, toggle, and delete todo items. Classic CRUD interface.

Go to Todos

📬 Contact Form

Multi-step contact form: enter name/email, then subject/message.

Go to Contact

🛒 E-Commerce Shop

Browse products, add to cart, and checkout with shipping details.

Go to Shop

Evaluation Endpoints

ScenarioState EndpointDescription
Flights/flights/stateSearches & bookings
Todos/todos/stateCurrent items list
Contact/contact/stateForm submissions
Shop/shop/stateCart & orders
POST /resetReset all scenarios
/healthHealth check
{% endblock %}