P

pieverse.io

One click to your own Web3-native AI agent — live on Line, Kakao, WhatsApp, and beyond. No wallets. No seed phrases. No setup.

2act
https://pieverse.io/

live · AI Agents & Fintech · JSON · API for agents

Tools 2 tools

ask_pieverse_public_docsact

Ask a read-only question about Pieverse public pricing, auth boundaries, sandbox, OpenAPI, or MCP resources.

View tool JSON
{
  "name": "ask_pieverse_public_docs",
  "kind": "action",
  "impl": "imperative",
  "description": "Ask a read-only question about Pieverse public pricing, auth boundaries, sandbox, OpenAPI, or MCP resources.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "minLength": 1
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}
batch_read_pieverse_public_resourcesact

Fetch multiple documented public Pieverse discovery resources by path without authentication.

View tool JSON
{
  "name": "batch_read_pieverse_public_resources",
  "kind": "action",
  "impl": "imperative",
  "description": "Fetch multiple documented public Pieverse discovery resources by path without authentication.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "paths": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxItems": 20
      }
    },
    "additionalProperties": false
  }
}