Rasa · Authentication Profile

Rasa Authentication

Authentication

Rasa secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceConversational AIChatbotsVoice AssistantsNLULLMMachine-LearningAgents
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

TokenAuth apiKey
· in: query (token)
JWT http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/rasa-http-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: TokenAuth
  type: apiKey
  in: query
  parameter: token
  description: A plaintext token to secure your server, specified at startup in the argument
    `--auth-token thisismysecret`
  sources:
  - openapi/rasa-http-api-openapi.yml
- name: JWT
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    A JWT token that is signed using the JWT secret specified at startup in the argument `--jwt-secret thisismysecret`,
    using the `HS256` algorithm.

    The token's payload must contain an object under the `user` key,
    which in turn must contain the `username` and `role` attributes.
    The following is an example payload for a JWT token:

    ```json
    {
        "user": {
            "username": "<sender_id>",
            "ro
  sources:
  - openapi/rasa-http-api-openapi.yml

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/rasa-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.