> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-claw/instance-ready-callback.md).

# Instance Ready Callback

Callback from Ansible when instance is ready

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka Claw","description":"API endpoints for Deka Claw (base: /core/dekaclaw)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"description":"Type 'Bearer ' followed by your JWT token. Example: \"Bearer eyJhbGciOi...\"","type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ai_dekaclaw__request.InstanceReadyCallbackRequest":{"type":"object","properties":{"access_url":{"type":"string"},"activity":{"type":"string"},"custom_size":{"type":"string"},"flag":{"type":"boolean"},"gateway_token":{"type":"string"},"install_path":{"type":"string"},"instance_id":{"type":"string"},"ip_address":{"type":"string"},"ip_private":{"type":"string"},"ip_public":{"type":"string"},"message":{"type":"string"},"package_storage_id":{"type":"string"},"port":{"type":"string"},"project_id":{"type":"string"},"security_group_id":{"type":"string"},"ssh_key":{"type":"string"},"ssh_port":{"type":"integer"},"ssh_user":{"type":"string"},"status":{"type":"string"},"version":{"type":"string"},"vm_password":{"type":"string"},"vm_uuid":{"type":"string"}}}}},"paths":{"/core/dekaclaw/instances/callback/instances_ready":{"post":{"description":"Callback from Ansible when instance is ready","tags":["Deka Claw","Instance Callback"],"summary":"Instance Ready Callback","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_dekaclaw__request.InstanceReadyCallbackRequest"}}},"description":"Ready Callback Request","required":true}}}}}
```
