Lacuna Music
www.lacuna.fm
· JOYLINK LTD
Generates original music from a style description and optional lyrics. Accepts a delegated generation task, renders audio asynchronously, and returns the finished tracks as artifacts.
www.lacuna.fm via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 62/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-10 10:59:52 current | 67a97ef454e8… |
view → |
Endpoints
| Agent card | https://www.lacuna.fm/.well-known/agent-card.json |
| Provider | https://www.lacuna.fm |
| Docs | https://www.lacuna.fm/docs/api |
Skills · 1 declared · mapped to canonical taxonomy
Create an original track from a style description. Send a data part with `{ style, title, lyrics?, instrumental?, model? }` for full control, or a plain text pa…
Health · last 20 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/www.lacuna.fm) [](https://agenstry.com/agents/www.lacuna.fm) [](https://agenstry.com/agents/www.lacuna.fm) [](https://agenstry.com/agents/www.lacuna.fm)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Lacuna Music",
"description": "Generates original music from a style description and optional lyrics. Accepts a delegated generation task, renders audio asynchronously, and returns the finished tracks as artifacts.",
"version": "1.0.0",
"documentationUrl": "https://www.lacuna.fm/docs/api",
"iconUrl": "https://www.lacuna.fm/favicon-192x192.png",
"provider": {
"organization": "JOYLINK LTD",
"url": "https://www.lacuna.fm"
},
"protocolVersion": "0.3.0",
"url": "https://www.lacuna.fm/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://www.lacuna.fm/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://www.lacuna.fm/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"audio/mpeg",
"text/plain",
"image/jpeg"
],
"skills": [
{
"id": "generate_music",
"name": "Generate music",
"description": "Create an original track from a style description. Send a data part with `{ style, title, lyrics?, instrumental?, model? }` for full control, or a plain text part \u2014 text-only requests are treated as a style description and rendered as an instrumental, since no lyrics are available. The task returns immediately in the `working` state; poll tasks/get with the returned task id until it reaches `completed` (audio artifacts attached) or `failed`. Each call spends credits from the authenticated Lacuna account.",
"tags": [
"music",
"audio",
"generation",
"song",
"instrumental",
"soundtrack"
],
"examples": [
"lofi hip hop, mellow piano, rainy night, 70 bpm",
"epic cinematic orchestral trailer music with taiko drums",
"{\"style\":\"indie folk, female vocal, acoustic guitar\",\"title\":\"Paper Boats\",\"lyrics\":\"[Verse]\\nWe folded maps into paper boats...\"}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"audio/mpeg",
"text/plain",
"image/jpeg"
]
}
],
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "OAuth 2.0 authorization code flow with PKCE. Discovery metadata lives at /.well-known/oauth-authorization-server.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://www.lacuna.fm/oauth/authorize",
"tokenUrl": "https://www.lacuna.fm/oauth/token",
"scopes": {
"profile": "Grants the profile scope.",
"music:generate": "Grants the music:generate scope.",
"livecoding:agent": "Grants the livecoding:agent scope.",
"music:agent": "Grants the music:agent scope.",
"lyrics:agent": "Grants the lyrics:agent scope."
}
}
}
},
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "A Lacuna developer API key, issued from the dashboard at /profile/api and sent as `Authorization: Bearer <key>`. Requires an active Pro plan or higher."
}
},
"securityRequirements": [
{
"schemes": {
"oauth2": {
"list": [
"music:generate"
]
}
}
},
{
"schemes": {
"apiKey": {
"list": []
}
}
}
]
}