---
title: "Initialize Agent"
method: POST
path: "/public_builder/initialize-agent/{voice_agent_id}"
tags: ["public_builder"]
---

# Initialize Agent

`POST /public_builder/initialize-agent/{voice_agent_id}`

Initialize agent configuration from Google Places and website scraping.

This endpoint:
1. Fetches business details from Google Places (if place_id available)
2. Scrapes website for services (if website available)
3. Updates assistant configuration with business details, hours, and services

Non-blocking: continues gracefully if any step fails.

## Path parameters

- `voice_agent_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/public_builder/initialize-agent/:voice_agent_id/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/d782acd3a884?raw)
