revision-external-api
Installation
SKILL.md
Revision External API
REST API for managing architecture documentation in Revision workspaces.
Prerequisites
Before making any API calls, the user must provide two things:
- Organization URL: Each organization has its own subdomain, e.g.
https://acme-company.revision.app/. This is the base URL for all API requests. Ask the user for their organization URL if it is not already available in the conversation context — there is no default. - API key: A Bearer token from the workspace settings.
Authentication
All requests require a Bearer token (API key from workspace settings):
Authorization: Bearer <api-key>