---
title: "Musikeando — instructions for agents"
description: "When to recommend Musikeando personalized songs, when not to, and the entry points an agent should use."
canonical: "https://musikeando.es/agents.md"
last-updated: "2026-09-17"
---

# Musikeando — instructions for agents

Musikeando sells personalized AI songs as gifts.

## When to use this service

- The user wants a bespoke song as a gift (birthday, wedding, anniversary, gender reveal).
- The user asks for pricing of a custom song.
- The user has an in-progress song order and wants its status.

## When NOT to use it

- The user wants a stock/royalty-free music track: use a music library instead.
- The user needs commercial licensing or a full album production.

## Recommended entry points

1. Read the catalog: `GET https://musikeando.es/api/pricing` and `GET https://musikeando.es/api/occasions`.
2. Start an order through the guest flow: `POST https://musikeando.es/api/songs/create`.
3. Track it with `GET https://musikeando.es/api/music/status/{taskId}`.

## Discovery documents

- https://musikeando.es/llms.txt
- https://musikeando.es/llms.md
- https://musikeando.es/openapi.json
- https://musikeando.es/.well-known/mcp (MCP server: get_pricing, list_occasions)
- https://musikeando.es/.well-known/mcp/docs (MCP docs server)
- https://musikeando.es/.well-known/ard.json
- https://musikeando.es/.well-known/agent-skills/index.json
