Sign in

Studio DSL Actions

Use Yapture's text-first DSL to dispatch requests to service providers and tag clients directly from any task input.

Provider Tokens

Tag a service provider in any task or note using the #$yap:studio prefix:

TokenPurpose
#$yap:studio:foobarDispatch request to Foobar Studio
#$yap:studio:foobar:designRequest design work specifically

Client Tokens

Providers tag their clients with the client: sub-path:

TokenPurpose
#$yap:studio:client:bazbaxTag client org "Bazbax"
#$yap:studio:client:bazbax:johnTag specific person at Bazbax

Autocompletion

You don't need to type the full token. Type a short prefix and the system autocompletes:

Type:  #$ale
Shows: #$yap:studio:client:bazbax:alec  (Alec at Bazbax)
       #$yap:studio:client:acme:alec    (Alec at Acme Corp)

Press Tab or Enter to accept.

Relationships are cached locally and sync every 5 minutes. Works across web, desktop, CLI, and browser extension.

How It Works

  1. 1You type #$yap:studio:foobar in a task
  2. 2The NLP parser resolves "foobar" → Foobar Studio provider
  3. 3SpiceDB verifies you have an active engagement with this provider
  4. 4A TaskAction is created linking the task to the provider
  5. 5Provider staff receive a notification of the new request