toss_apps

Build, integrate, and launch apps inside Toss with WebView, React Native, and Unity.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/kimjuyoung1127/TaillogToss --skill toss-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toss_apps
Source: https://github.com/kimjuyoung1127/TaillogToss/tree/main/skills/toss_apps
Command: npx skills add https://github.com/kimjuyoung1127/TaillogToss --skill toss-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a cohesive blueprint to build, integrate, and launch mini-apps inside the Toss ecosystem, while ensuring security, design consistency, and scalable interoperation with Toss services.

Core Features & Use Cases

  • Frameworks & SDKs for WebView, React Native, and Unity
  • Toss Design System (TDS) integration to ensure branding and accessibility
  • Backend security with mTLS and S2S APIs, OAuth2 login, and secure token exchange
  • AI integration through MCP server support and semantic tooling
  • Testing, sandbox environments, and a streamlined path from onboarding to production launch

Quick Start

Register your app in the Toss Developers Console and start development using WebView, React Native, or Unity, then follow the QA, review, and launch steps.

Frequently Asked Questions about toss_apps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and launch a mini-app inside Toss using WebView or React Native?

To build and launch a mini-app inside Toss, you register your app in the Toss Developers Console, develop using WebView, React Native, or Unity, then follow the QA, review, and production launch steps.

What is mTLS and how is it used for Toss app backend security?

mTLS secures server-to-server communication for Toss apps by requiring mutual certificate validation. It protects backend S2S APIs and secure token exchanges during OAuth2 login workflows.

Can I use the Toss Design System with Unity for mini-app development?

Yes, you can integrate the Toss Design System with Unity workflows to ensure your mini-app maintains consistent branding and accessibility standards across the Toss ecosystem.

What's the best way to implement OAuth2 login for a Toss mini-app?

The best way to implement OAuth2 login for a Toss mini-app involves using secure backend token exchanges combined with mTLS security controls to authenticate users safely.

Does Toss mini-app development support Supabase integration for production deployments?

Yes, Toss mini-app development supports Supabase integration as a production-ready pattern, allowing you to connect your app backend seamlessly alongside standard testing and sandbox environments.