create_repo
Create a remote repository on Gitopia's decentralized platform by signing and broadcasting an on-chain transaction. Returns the repository URL without local initialization.
Instructions
Use this when you need to create a remote repository on Gitopia without local initialization. Signs and broadcasts an on-chain transaction. Returns the repository URL. owner_id is optional; if omitted, uses the current user context (personal or active DAO). Requires 'name'. Optional: 'description'. Prefer bootstrap_repo if you also want to initialize locally, add files, and push an initial commit. See also: bootstrap_repo, git_clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ||
| name | Yes | ||
| description | No |