viggle.ai
Viggle
The Spatial GenAI platform behind PINOC, Meme Maker, Viggle Games and the Viggle API — create and control motion in any scene.
45
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ○ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for viggle.ai
Made from what Actuent already knows. Edit it, then publish it at
https://viggle.ai/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "viggle.ai",
"name": "Viggle",
"language": "en",
"pages": {
"/": {
"title": "Viggle | Turn your imagination into 3D motion",
"content": "The Spatial GenAI platform behind PINOC, Meme Maker, Viggle Games and the Viggle API — create and control motion in any scene."
},
"/meme": {
"title": "Viggle AI",
"content": "The consumer app — a character plus a motion, out comes a video. Free to start; it runs at /meme/app, which robots.txt excludes."
},
"/pinoc": {
"title": "PINOC by Viggle",
"content": "Generate rigged, animatable 3D characters from photos; generate or capture motion and export that motion as FBX or GLB."
},
"/gamedev": {
"title": "Viggle Games",
"content": "Playable titles on the same motion stack, and guidance for studios shipping their own."
},
"/pricing": {
"title": "Pricing",
"content": "Plans, credit allowances, and what the free tier includes."
},
"/download": {
"title": "Download the app",
"content": "iOS and Android apps; the web app runs at /meme/app."
},
"/developers": {
"title": "Viggle API",
"content": "Build video and 3D products through one V1 REST API. Use Mix / Video Remix for motion transfer, Viggle-Animate for specialized character replacement, single-image 3D character generation, 3D motion from video or text, and Viggle-Optimized Minimax H3 for video with native audio. Pricing is per operat"
},
"/v1/pricing": {
"title": "API pricing",
"content": "Per-operation rates and one-hour signed output URLs. All four Viggle-Optimized Minimax H3 modes cost $0.01 per generated second at 480p–2K, or $0.05 at 4K, with duration rounded up."
},
"/llms-full.txt": {
"title": "Product facts in one file",
"content": "What a Mix is, every named capability, pricing, API access, and the limits."
},
"/motion-control": {
"title": "Motion control",
"content": "The motion template library and how motion is applied to a character."
},
"/v1/introduction": {
"title": "API documentation",
"content": "Current V1 REST reference and quickstarts. Video Remix accepts one character per Render; text-generated Motion is for 3D only."
}
},
"actions": [
{
"id": "view_pricing",
"name": "View pricing",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"prices",
"plans",
"cost",
"how much"
],
"description": "See plans and prices"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Viggle",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Viggle",
"url": "https://viggle.ai",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
View pricing
See plans and prices
pricingpricesplanscosthow muchPages
Viggle | Turn your imagination into 3D motion /
The Spatial GenAI platform behind PINOC, Meme Maker, Viggle Games and the Viggle API — create and control motion in any scene.
Viggle AI /meme
The consumer app — a character plus a motion, out comes a video. Free to start; it runs at /meme/app, which robots.txt excludes.
PINOC by Viggle /pinoc
Generate rigged, animatable 3D characters from photos; generate or capture motion and export that motion as FBX or GLB.
Viggle Games /gamedev
Playable titles on the same motion stack, and guidance for studios shipping their own.
Pricing /pricing
Plans, credit allowances, and what the free tier includes.
Download the app /download
iOS and Android apps; the web app runs at /meme/app.
Viggle API /developers
Build video and 3D products through one V1 REST API. Use Mix / Video Remix for motion transfer, Viggle-Animate for specialized character replacement, single-image 3D character generation, 3D motion from video or text, and Viggle-Optimized Minimax H3 for video with native audio. P
API pricing /v1/pricing
Per-operation rates and one-hour signed output URLs. All four Viggle-Optimized Minimax H3 modes cost $0.01 per generated second at 480p–2K, or $0.05 at 4K, with duration rounded up.
Product facts in one file /llms-full.txt
What a Mix is, every named capability, pricing, API access, and the limits.
Motion control /motion-control
The motion template library and how motion is applied to a character.
API documentation /v1/introduction
Current V1 REST reference and quickstarts. Video Remix accepts one character per Render; text-generated Motion is for 3D only.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=viggle.ai
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim viggle.ai to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="viggle.ai" async></script> or the image https://api.actuent.ai/badge.svg?domain=viggle.ai&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
