API Reference
Complete API documentation for the AgentUp Registry. Use these endpoints to programmatically interact with packages, authentication, and metadata.
Base URL
https://api.agentup.dev
Endpoints
POST
/api/upload/
Upload a package (PEP 541 compatible)
GET
/api/packages/{name}/
Get package metadata
GET
/api/simple/{name}/
PyPI Simple API endpoint
POST
/api/auth/token/
Generate API token
Authentication
API requests requiring authentication should include your API token in the Authorization header:
Authorization: Bearer your-api-token-here
Coming Soon
Detailed endpoint documentation, request/response examples, and interactive API explorer are currently in development. Check back soon for complete documentation.