API Tokens
Loading...
Loading tokens...
No API tokens yet
Create a token to use with Claude Code or other tools.
| Name | Token | Status | Last Used | Created | Actions |
|---|
Claude Code Integration
Connect Outpost to Claude Code and upload pages directly from your terminal.
View Setup GuideDirect API Usage
Use your API token in the Authorization header:
curl -X POST https://outpost.click/pages \
-H "Authorization: Bearer op_your_token_here" \
-F "name=My Page" \
-F "visibility=public" \
-F "file=@page.zip"
Tokens have the same permissions as your account and can create, list, update, and delete pages.