REST Templates
REST templates provide prebuilt connection starters under Settings > Connections > APIs.
Templates are useful when you want known endpoint structures, default headers, and static variables preloaded.
What templates usually include
Templates can provide:
- Base URL defaults
- Suggested endpoint actions
- Required static variables (for example owner/repo, project identifiers)
- Suggested auth pattern
Template content can still be edited after creation.
Create a connection from a template
- Open Workspace Settings > Connections > APIs
- Click Add connection
- Select a template
- Open the generated connection draft
- Set a clear Display name
- In Credentials, verify:
- Base URL
- URL parameters
- Headers
- Static variables
- In Authentication, add required auth config
- Click Save
Validate the template connection
- Click Open in API Editor
- Open a template query
- Fill required bindings
- Click Send
- Confirm expected response
- Click Save Query
Troubleshooting template setup
401/403after template import: auth is missing or invalid404on template query: base URL/path mismatch for your target service- Empty response: required bindings not set or wrong defaults
- Template variable locked/required: ensure value exists in Credentials > Static Variables
When to use Create custom instead
Use Create custom when:
- Your API is not covered by templates
- You need custom request/response shaping from the start
- You want to define naming conventions and query layout manually
Related guides
Updated 16 days ago