---
title: "Get Template Invite Address"
method: GET
path: "/v1/templates/{template_id}/invite-address"
tags: ["templates"]
---

# Get Template Invite Address

`GET /v1/templates/{template_id}/invite-address`

The template's calendar-invite email address (mint one lazily if
none exists). Add this address to a Google Meet / Zoom / Teams calendar
event and the agent joins at the scheduled time. The address is a
persistent bearer capability — anyone an org member invites it alongside
triggers a paid bot — so it's only ever returned to authenticated org
members here.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
