Smithery

tokens.create

Create a service token for machine-to-machine authentication. Accepts API key or bearer token. Optionally apply restrictions.

Remote smithery

Other tools also called tokens.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "policy": {
      "type": "string",
      "description": "body parameter"
    },
    "organizationId": {
      "type": "string",
      "description": "body parameter"
    }
  }
}