{% extends "base.html" %} {% block title %}{{ template_seo_title }}{% endblock %} {% block head_extras %} {{ block.super }} {% endblock %} {% block content %}
AI Agent Template @{{ public_profile_handle }} {{ template_category_label }}

{{ template.display_name }}

{{ template.tagline }}

Cadence: {{ schedule_description|default:base_schedule }} Contact: {{ contact_method_label }} {% if default_tools %} {{ default_tools|length }} tools enabled {% endif %}
{% csrf_token %} {% if settings.GOBII_PROPRIETARY_MODE %} {% endif %}

One click to create. You can customize settings during setup.

What this template does

{{ template.description }}

Starter charter

A clean, reusable playbook you can adapt for your own workflows.

{{ template.charter|linebreaksbr }}
{% if event_triggers %}

Event triggers

    {% for trigger in event_triggers %}
  • {{ trigger.name|default:trigger.type|capfirst }}

    {% if trigger.description %}

    {{ trigger.description }}

    {% endif %}
  • {% endfor %}
{% endif %}
{% endblock %}