You're viewing a demo portfolio

Join the waitlist
PRSM

create_portal_session

Active

Tool of Relin

declared in 1.0.0

Authenticated tool to create portal session.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "appId",
    "recipient"
  ],
  "properties": {
    "appId": {
      "type": "string",
      "minLength": 1
    },
    "theme": {
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    },
    "recipient": {
      "type": "string",
      "minLength": 1
    },
    "returnUrl": {
      "type": "string",
      "format": "uri"
    },
    "capabilities": {
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 1
      }
    },
    "recipientName": {
      "type": "string"
    },
    "expiresInSeconds": {
      "type": "integer",
      "maximum": 86400,
      "minimum": 60
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Relin

https://github.com/earonesty/relin

1/7 registries
View full server →