Nova Lima · Authentication Profile

Nova Lima Authentication

Authentication

Nova Lima secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyProject ManagementTask ManagementWork ManagementProductivityTime TrackingTeam CollaborationSoftware-as-a-ServiceBrazil
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

AppKey apiKey
· in: header ()
UserToken apiKey
· in: header ()
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

nova-lima-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://runrun.it/api/documentation
docs: https://runrun.it/api/documentation
summary:
  types: [apiKey, oauth2]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
  notes: >-
    The primary REST API authenticates with two static header credentials:
    App-Key (identifies the whole account, not changeable through the GUI) and
    User-Token (unique per user; lets an agent act on behalf of that user).
    Both headers must be sent on every request; an incorrect App-Key or
    User-Token returns 401 Unauthorized. API access is a premium feature limited
    to certain paid plans. Separately, runrun.it operates an OAuth 2.0/2.1
    authorization server (authorization code + PKCE S256) used by the hosted MCP
    server and OAuth clients.
schemes:
  - name: AppKey
    type: apiKey
    in: header
    parameter_name: App-Key
    description: Account-level key that identifies the whole account. Cannot be changed through the GUI.
    sources: [https://runrun.it/api/documentation]
  - name: UserToken
    type: apiKey
    in: header
    parameter_name: User-Token
    description: Per-user token allowing an agent to act on behalf of that user.
    sources: [https://runrun.it/api/documentation]
  - name: OAuth2
    type: oauth2
    flows:
      - flow: authorizationCode
        authorizationUrl: https://runrun.it/api/v1.0/oauth/authorize
        tokenUrl: https://runrun.it/api/v1.0/oauth/token
        revocationUrl: https://runrun.it/api/v1.0/oauth/revoke
        registrationUrl: https://runrun.it/mcp/oauth/register
        pkce: S256
        scopes:
          all: Full access (the only scope advertised by the authorization server)
    sources: [https://runrun.it/.well-known/oauth-authorization-server]
where_to_get_keys: >-
  In the Runrun.it app: open "Integration and Apps", find "API and Webhooks",
  click Open. The App-Key is displayed next to the User-Token.

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/nova-lima-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.