PlatformMeta

Deployment metadata

Public metadata about this Tektona deployment, such as the API base URL to point a CLI at.

GET
/v1/meta

Public metadata about this Tektona deployment, such as the API base URL to point a CLI at.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v1/meta"
{  "api_base_url": "string",  "revision": "string"}