{% extends "ui/base_ui.html" %} {% block title %}Register {{ purpose }} agent · ATP{% endblock %} {% block content %}

Register {{ purpose }} agent

← all agents
{% if error %} {% endif %}

{% if purpose == "tournament" %} Tournament agents play in game-theoretic tournaments via the /mcp server. A tournament agent's token is required to join_tournament / submit_action. {% else %} Benchmark agents are evaluated by test suites via atp test. A benchmark agent's token authenticates the /api/v1/benchmarks/* pull-model endpoints. {% endif %}

{% endblock %}