Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsAbly ToolsAbly Request Access Token
Ably Tools

Ably Request Access Token

Request an access token for Ably authentication. Use this when you need to generate a token with specific capabilities and client identifiers for secure authentication. The token can be used to authenticate clients with limited permissions and time-bound access.

Write actionRisk level 2 of 5API key connection
Use Ably Request Access Token

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • ttlinteger
    Time-to-live for the token in milliseconds. Defaults to 60 minutes (3600000ms) if not specified.
  • noncestring
    Random nonce string for token request uniqueness. Prevents replay attacks. If not provided, Ably generates one.
  • key_namestring
    Required
    The key name comprises of the app ID and key ID of an API key. Format: appId.keyId (e.g., 'rLhKFg.1Hf06Q')
  • client_idstring
    Optional client identifier to associate with this token. When set, the token can only be used by the specified client ID.
  • timestampinteger
    Token request timestamp in milliseconds since epoch. If not provided, Ably will use the current server time. Used for token request validation.
  • capabilitystring
    JSON-stringified capability text specifying permissions. Use '{"*":["*"]}' for full access, or specify specific channels and operations. Must be a valid JSON string.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.