---
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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
