# Mint Starter Kit ## Docs - [Agent Overview](https://docs.scriptonia.xyz/docs/developers-docs/agents/agent-overview.md): Agent system, lifecycle, types, and communication. - [Backend Dev](https://docs.scriptonia.xyz/docs/developers-docs/agents/backend-dev.md): BackendDev produces backend specs, API contracts, DB schema, auth, and services. - [DevOps Engineer](https://docs.scriptonia.xyz/docs/developers-docs/agents/devops-engineer.md): DevOpsEngineer produces infra, CI/CD, deployment, and monitoring specs. - [Frontend Dev](https://docs.scriptonia.xyz/docs/developers-docs/agents/frontend-dev.md): FrontendDev produces frontend specs, components, pages, and LLM prompts for UI code. - [Idea Processor](https://docs.scriptonia.xyz/docs/developers-docs/agents/idea-processor.md): IdeaProcessor analyzes the user’s idea and produces analysis and clarifying_questions. - [Intent Analyzer](https://docs.scriptonia.xyz/docs/developers-docs/agents/intent-analyzer.md): IntentAnalyzer refines the idea using the user’s answers and produces refined_requirements. - [Platform Selector](https://docs.scriptonia.xyz/docs/developers-docs/agents/platform-selector.md): PlatformSelector maps refined requirements to platform options and a recommendation. - [Product Manager](https://docs.scriptonia.xyz/docs/developers-docs/agents/product-mangaer.md): ProductManager produces PRD, PLAN, requirements, and related docs during execution. - [Tool Manager](https://docs.scriptonia.xyz/docs/developers-docs/agents/tool-manger.md): ToolManager produces meta, GitHub, and export-related artifacts. - [Execute API](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/execute-api.md): POST /api/execute — Run the X402 workflow (generate deliverables) after payment. - [Idea API](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/idea-api.md): POST /api/idea — Submit an idea and receive analysis and clarifying questions. - [Intent API](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/intent-api.md): POST /api/intent — Submit answers to clarifying questions and receive refined requirements. - [API Overview](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/overview.md): API structure, authentication, rate limiting, errors, and versioning. - [Platform API](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/payment-api.md): POST /api/platform — Get platform options and a recommended platform from refined requirements. - [Platform API](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/platform-api.md): POST /api/platform — Get platform options and a recommended platform from refined requirements. - [Webhooks](https://docs.scriptonia.xyz/docs/developers-docs/api-refrence/webhooks.md): Webhook overview, Dodo events, security, retries, and examples. - [A2A Protocol](https://docs.scriptonia.xyz/docs/developers-docs/architecture/a2a-protocol.md): Agent-to-Agent (A2A) communication: message types, patterns, and implementation. - [Agent Orchestration](https://docs.scriptonia.xyz/docs/developers-docs/architecture/agent-orchastration.md): Multi-agent system design, roles, communication, and coordination. - [Data Flow](https://docs.scriptonia.xyz/docs/developers-docs/architecture/data-flow.md): Data flow, request/response patterns, state transitions, and persistence. - [System Architecture](https://docs.scriptonia.xyz/docs/developers-docs/architecture/system-architecture.md): High-level architecture of the Scriptonia platform. - [Workflow Engine](https://docs.scriptonia.xyz/docs/developers-docs/architecture/workflow-engine.md): X402 workflow engine: stages, state, and error handling. - [API Examples](https://docs.scriptonia.xyz/docs/examples/api-example.md): Example usage of Scriptonia’s workflow and project APIs: fetch/curl, common patterns, and practical usage. - [Example Projects](https://docs.scriptonia.xyz/docs/examples/example-project.md): Real project examples, short walkthroughs, code-style samples, and lessons learned from Scriptonia-generated blueprints. - [Integration Examples](https://docs.scriptonia.xyz/docs/examples/integration-example.md): Code samples and flows for Scriptonia’s third-party integrations: Solana, Dodo, GitHub, and OpenRouter. - [installation](https://docs.scriptonia.xyz/docs/getting-started/installation.md) - [Overview](https://docs.scriptonia.xyz/docs/getting-started/overview.md) - [quick-start](https://docs.scriptonia.xyz/docs/getting-started/quick-start.md) - [first project](https://docs.scriptonia.xyz/docs/getting-started/untitled-page.md) - [ChainGPT Integration](https://docs.scriptonia.xyz/docs/integration/chaingpt-integration.md): ChainGPT integration enables Web3 smart contract generation and auditing inside Scriptonia for Blockchain/DApp projects. - [Dodo payments](https://docs.scriptonia.xyz/docs/integration/dodo-payments.md) - [Github integration](https://docs.scriptonia.xyz/docs/integration/github-integration.md) - [Openrouter setup](https://docs.scriptonia.xyz/docs/integration/openrouter-setup.md) - [Solana Integration](https://docs.scriptonia.xyz/docs/integration/solana-integration.md): Solana payment setup, token payments, Phantom/AppKit wallet, transaction flow, and troubleshooting. - [Blockchain/DApp Platform Guide](https://docs.scriptonia.xyz/docs/platorm-guide/blockchain-dapp-platform.md) - [Mobile App Platform Guide](https://docs.scriptonia.xyz/docs/platorm-guide/mobile-app-platform.md): Native iOS and Android apps: structure, prompts, backend and DB specs, and store deployment. - [Platform Comparison](https://docs.scriptonia.xyz/docs/platorm-guide/platform-comparison.md): Side-by-side comparison of Website, Web Application, Android, and iOS in Scriptonia, plus how Blockchain / DApp projects fit in. - [Website Platform Guide](https://docs.scriptonia.xyz/docs/platorm-guide/untitled-page.md): Static or mostly static sites: landing pages, marketing, portfolios, blogs, and docs. - [Web-application-platform](https://docs.scriptonia.xyz/docs/platorm-guide/web-application-platform.md): Full-stack web apps: dashboards, SaaS, internal tools, and apps with auth and a database. - [Introduction](https://docs.scriptonia.xyz/docs/readme.md) - [Frequently Asked Questions](https://docs.scriptonia.xyz/docs/reference/faq.md): Common questions, concerns, and answers. - [Glossary](https://docs.scriptonia.xyz/docs/reference/glossary.md): Terminology, acronyms, and technical terms used in Scriptonia. - [execution-process](https://docs.scriptonia.xyz/docs/user-guide/execution-process.md): What happens during Execution, how agents are coordinated, how progress is shown, and how long it typically takes. - [idea-submission](https://docs.scriptonia.xyz/docs/user-guide/idea-submission.md): How to write ideas that get clear analysis, useful clarifying questions, and strong blueprints. - [Intent-clarification](https://docs.scriptonia.xyz/docs/user-guide/intent-clarrification.md): How to answer clarifying questions so the IntentAnalyzer produces a strong, actionable set of requirements for Platform, Execution, and your blueprint. - [payment-guide](https://docs.scriptonia.xyz/docs/user-guide/payment-guide.md): How to pay for your Scriptonia blueprint with Solana or Dodo (card/UPI). - [platform-selection](https://docs.scriptonia.xyz/docs/user-guide/platform-selection.md) - [Project-Delivery](https://docs.scriptonia.xyz/docs/user-guide/project-delivery.md): What you receive, how to download it, how to push to GitHub, and how to use the generated blueprint. - [Troubleshooting](https://docs.scriptonia.xyz/docs/user-guide/troubleshooting.md): Common issues, error messages, what to do, and how to get help. - [Workflow Guide](https://docs.scriptonia.xyz/docs/user-guide/workflow-guide.md): A complete guide to Scriptonia’s 6-stage workflow: from idea to blueprint. ## OpenAPI Specs - [openapi](https://docs.scriptonia.xyz/api-reference/openapi.json)