Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt

Use this file to discover all available pages before exploring further.

GET /validate/twins
Returns the catalog of twin services that can be provisioned. Response fields
FieldTypeDescription
namestringTwin identifier to pass to provision requests.
labelstringHuman-readable twin name.
kindstringTwin type from the runtime catalog.
show_in_uibooleanWhether the twin has a visible UI surface in Arga.
Example
curl https://api.argalabs.com/validate/twins \
  -H "Authorization: Bearer $ARGA_API_KEY"